{ "info": { "_postman_id": "d2585bc5-88a7-498b-99c6-624bad9c7d30", "name": "Remote Address Details Pricing Plans API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "lastUpdatedBy": "35240", "uid": "35240-d2585bc5-88a7-498b-99c6-624bad9c7d30" }, "item": [ { "name": "v1", "item": [ { "name": "companies", "item": [ { "name": "{company_id}", "item": [ { "name": "pricing-plans", "item": [ { "name": "List pricing plans", "id": "6cda0e19-7f30-4a4e-a508-a5428456c9ea", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company:read company:write company_admin company_management convert_currency:read country:read employment_documents employment_payments employments help_center_article:read invoices payroll payroll_calendar:read pricing_plan:read pricing_plan:write time_and_attendance webhook:read webhook:write", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/pricing-plans", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "pricing-plans" ], "variable": [ { "id": "c500c497-36ba-42dc-812c-100e16e40d94", "key": "company_id", "value": "", "description": "(Required) Company ID" } ] }, "description": "List all pricing plans for a company.\nCurrently the endpoint only returns the pricing plans for the EOR monthly product and the contractor products (Standard, Plus and COR).\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage companies (`company_management`) | View pricing plans (`pricing_plan:read`) | Manage pricing plans (`pricing_plan:write`) |\n" }, "response": [ { "id": "9447343b-1b10-4602-b025-3353621ddb0f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/pricing-plans", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "pricing-plans" ], "variable": [ { "key": "company_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"pricing_plans\": [\n {\n \"id\": \"\",\n \"type\": \"\",\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"product\": {\n \"name\": \"\",\n \"tier\": \"\",\n \"frequency\": \"\",\n \"description\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\",\n \"short_name\": \"\"\n },\n \"price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n },\n \"base_price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"\",\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"product\": {\n \"name\": \"\",\n \"tier\": \"\",\n \"frequency\": \"\",\n \"description\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\",\n \"short_name\": \"\"\n },\n \"price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n },\n \"base_price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-9447343b-1b10-4602-b025-3353621ddb0f" }, { "id": "d8000553-defc-4b87-ac7c-1ec33b602df3", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/pricing-plans", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "pricing-plans" ], "variable": [ { "key": "company_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-d8000553-defc-4b87-ac7c-1ec33b602df3" }, { "id": "4473b45d-eb18-4d93-9b61-1a8838bbcced", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/pricing-plans", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "pricing-plans" ], "variable": [ { "key": "company_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-4473b45d-eb18-4d93-9b61-1a8838bbcced" }, { "id": "3ae0a3da-bf3c-499d-a640-aa2b229e5927", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/pricing-plans", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "pricing-plans" ], "variable": [ { "key": "company_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-3ae0a3da-bf3c-499d-a640-aa2b229e5927" } ], "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-6cda0e19-7f30-4a4e-a508-a5428456c9ea" }, { "name": "Create a pricing plan for a company", "id": "12103639-96cf-4556-af8f-31778094801a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company:read company:write company_admin company_management convert_currency:read country:read employment_documents employment_payments employments help_center_article:read invoices payroll payroll_calendar:read pricing_plan:read pricing_plan:write time_and_attendance webhook:read webhook:write", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"product_price_id\": \"\",\n \"currency_code\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/pricing-plans", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "pricing-plans" ], "variable": [ { "id": "11c1409c-2e7f-4c24-b75d-29aaf0dbb3c6", "key": "company_id", "value": "", "description": "(Required) Company ID" } ] }, "description": "Create a pricing plan for a company, in order to do that we have 2 ways:\n\n1. Create a pricing plan from a partner template\n2. Create a pricing plan from a product price\n\nThe pricing plan is always created in the company's desired currency.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage companies (`company_management`) | - | Manage pricing plans (`pricing_plan:write`) |\n" }, "response": [ { "id": "8701a5ab-4bc5-427f-9ee5-40bacc3d9ecf", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"product_price_id\": \"\",\n \"currency_code\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/pricing-plans", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "pricing-plans" ], "variable": [ { "key": "company_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"pricing_plan\": {\n \"id\": \"\",\n \"type\": \"\",\n \"start_date\": \"\",\n \"end_date\": \"\",\n \"product\": {\n \"name\": \"\",\n \"tier\": \"\",\n \"frequency\": \"\",\n \"description\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\",\n \"short_name\": \"\"\n },\n \"price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n },\n \"base_price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n }\n }\n }\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-8701a5ab-4bc5-427f-9ee5-40bacc3d9ecf" }, { "id": "a3bdb665-f436-44c6-abbf-241c4624319e", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"product_price_id\": \"\",\n \"currency_code\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/pricing-plans", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "pricing-plans" ], "variable": [ { "key": "company_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-a3bdb665-f436-44c6-abbf-241c4624319e" }, { "id": "80dcc4f1-19f5-4176-91da-9a1c36231b77", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"product_price_id\": \"\",\n \"currency_code\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/pricing-plans", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "pricing-plans" ], "variable": [ { "key": "company_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-80dcc4f1-19f5-4176-91da-9a1c36231b77" }, { "id": "9808d812-39f4-4ab4-8724-372e8f9856e4", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"product_price_id\": \"\",\n \"currency_code\": \"\",\n \"amount\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/pricing-plans", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "pricing-plans" ], "variable": [ { "key": "company_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-9808d812-39f4-4ab4-8724-372e8f9856e4" } ], "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-12103639-96cf-4556-af8f-31778094801a" } ], "id": "43df3102-49f0-4414-98f8-8e1389714dc2", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-43df3102-49f0-4414-98f8-8e1389714dc2" }, { "name": "product-prices", "item": [ { "name": "Show product prices in the company's desired currency", "id": "51f90885-8a5b-4d21-97ab-ea5aa2a6b6af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company:read company:write company_admin company_management convert_currency:read country:read employment_documents employment_payments employments help_center_article:read invoices payroll payroll_calendar:read pricing_plan:read pricing_plan:write time_and_attendance webhook:read webhook:write", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/product-prices", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "product-prices" ], "variable": [ { "id": "30a99b1c-ac4c-48bc-9312-e14ac9ad5802", "key": "company_id", "value": "", "description": "(Required) Company ID" } ] }, "description": "list product prices in the company's desired currency.\nthe endpoint currently only returns the product prices for the EOR monthly product and the contractor products (Standard, Plus and COR).\nthe product prices are then used to create a pricing plan for the company.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage companies (`company_management`) | View pricing plans (`pricing_plan:read`) | Manage pricing plans (`pricing_plan:write`) |\n" }, "response": [ { "id": "e8a176ed-58c3-48f7-b054-0b68969066f2", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/product-prices", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "product-prices" ], "variable": [ { "key": "company_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"product_prices\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"base_price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"base_price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-e8a176ed-58c3-48f7-b054-0b68969066f2" }, { "id": "4ec029f5-435a-46a5-982f-07a14beb900d", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/product-prices", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "product-prices" ], "variable": [ { "key": "company_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-4ec029f5-435a-46a5-982f-07a14beb900d" }, { "id": "797e08c5-4136-44f0-b8f0-972847b5e834", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/product-prices", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "product-prices" ], "variable": [ { "key": "company_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-797e08c5-4136-44f0-b8f0-972847b5e834" }, { "id": "bf960d12-a889-44f7-ad37-5675bf122e29", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/companies/:company_id/product-prices", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "product-prices" ], "variable": [ { "key": "company_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-bf960d12-a889-44f7-ad37-5675bf122e29" } ], "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-51f90885-8a5b-4d21-97ab-ea5aa2a6b6af" } ], "id": "e1acdb82-97f9-480f-be95-a78912b2a07e", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-e1acdb82-97f9-480f-be95-a78912b2a07e" } ], "id": "81533c67-2123-40f7-8c5d-a22c0fbf052e", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-81533c67-2123-40f7-8c5d-a22c0fbf052e" } ], "id": "226902fc-1cdd-42ee-9fd8-779551fc0e49", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-226902fc-1cdd-42ee-9fd8-779551fc0e49" }, { "name": "pricing-plan-partner-templates", "item": [ { "name": "List pricing plan partner templates", "id": "94836d75-f19f-406e-87f7-8810cb3de675", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company:read company:write company_admin company_management convert_currency:read country:read employment_documents employment_payments employments help_center_article:read invoices payroll payroll_calendar:read pricing_plan:read pricing_plan:write time_and_attendance webhook:read webhook:write", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/pricing-plan-partner-templates", "host": [ "{{baseUrl}}" ], "path": [ "v1", "pricing-plan-partner-templates" ] }, "description": "List all pricing plan partner templates.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage companies (`company_management`) | View pricing plans (`pricing_plan:read`) | Manage pricing plans (`pricing_plan:write`) |\n" }, "response": [ { "id": "79e52e34-6b87-4aee-9d69-9e5e32113275", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/pricing-plan-partner-templates", "host": [ "{{baseUrl}}" ], "path": [ "v1", "pricing-plan-partner-templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"pricing_plan_partner_templates\": [\n {\n \"id\": \"\",\n \"product\": {\n \"name\": \"\",\n \"tier\": \"\",\n \"frequency\": \"\",\n \"description\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\",\n \"short_name\": \"\"\n },\n \"price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n },\n \"base_price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n },\n \"period\": \"\",\n \"unlimited\": \"\"\n },\n {\n \"id\": \"\",\n \"product\": {\n \"name\": \"\",\n \"tier\": \"\",\n \"frequency\": \"\",\n \"description\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\",\n \"short_name\": \"\"\n },\n \"price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n },\n \"base_price\": {\n \"currency\": {\n \"code\": \"\",\n \"name\": \"\",\n \"symbol\": \"\"\n },\n \"amount\": \"\"\n },\n \"period\": \"\",\n \"unlimited\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-79e52e34-6b87-4aee-9d69-9e5e32113275" }, { "id": "e034eb0f-e8da-4a88-bc14-f1809d2fe45e", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/pricing-plan-partner-templates", "host": [ "{{baseUrl}}" ], "path": [ "v1", "pricing-plan-partner-templates" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-e034eb0f-e8da-4a88-bc14-f1809d2fe45e" }, { "id": "857ba527-583d-4ac9-9867-76c1716a18a6", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/pricing-plan-partner-templates", "host": [ "{{baseUrl}}" ], "path": [ "v1", "pricing-plan-partner-templates" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-857ba527-583d-4ac9-9867-76c1716a18a6" }, { "id": "b2f95d17-5439-4d46-aae1-fe028e37a334", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/pricing-plan-partner-templates", "host": [ "{{baseUrl}}" ], "path": [ "v1", "pricing-plan-partner-templates" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-b2f95d17-5439-4d46-aae1-fe028e37a334" } ], "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-94836d75-f19f-406e-87f7-8810cb3de675" } ], "id": "4ea20dc3-32c6-4d24-bf49-6664395db708", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-4ea20dc3-32c6-4d24-bf49-6664395db708" } ], "id": "24bfb0a7-f597-46e4-91d2-d3310c39eda7", "createdAt": "2026-07-28T02:47:37.000Z", "updatedAt": "2026-07-28T02:47:37.000Z", "uid": "35240-24bfb0a7-f597-46e4-91d2-d3310c39eda7" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company_department:read webhook:write magic_link:write offboarding:write custom_field:write address:write expense:read employment:write identity_verification:write timesheet:write travel_letter:write incentive:read personal_detail:read invoices:write work_authorization:write timeoff:write company_structure:read benefit_renewal:write benefit_offer:read employment_documents onboarding:write payroll_run:read risk_reserve:write invoices resignation_letter:read resignation:read convert_currency:read employments probation_document:read company_admin payroll help_center_article:read timesheet:read custom_field_value:write company_currencies:read payslip:read pay_item:write resignation:write custom_field:read payroll_calendar:read contract_amendment:write offboarding:read timeoff:read probation_document:write country:read webhook:read company_department:write company_manager:read pay_item:read contract_amendment:read company:read sso_configuration:write benefit_offer:write contract_eligibility:write benefit_renewal:read background_check:read custom_field_value:read expense:write identity_verification:read address:read document:write time_and_attendance employment_payments form:read work_authorization:read invoices:read incentive:write employment:read contract:read company_manager:write travel_letter:read document:read sso_configuration:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "/auth/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://gateway.remote.com/" } ] }