{ "info": { "_postman_id": "6b2c2f80-7eec-4f53-94f1-a86af6e13a4f", "name": "Remote Address Details Cost Calculator API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:45:19.000Z", "updatedAt": "2026-07-28T02:45:19.000Z", "lastUpdatedBy": "35240", "uid": "35240-6b2c2f80-7eec-4f53-94f1-a86af6e13a4f" }, "item": [ { "name": "v1", "item": [ { "name": "cost-calculator", "item": [ { "name": "estimation", "item": [ { "name": "Creates a cost estimation of employments", "id": "9bf5ddcd-15a4-4d6a-9a66-8eddec9062e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation" ] } }, "response": [ { "id": "2a2db017-a83b-4dd5-b4dc-d8cf2d1c1269", "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: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"employments\": [\n {\n \"country\": {\n \"alpha_2_code\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"features\": [\n \"\",\n \"\"\n ]\n },\n \"employer_currency_costs\": {\n \"annual_gross_salary\": \"\",\n \"annual_contributions_total\": \"\",\n \"annual_total\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"slug\": \"\",\n \"symbol\": \"\",\n \"name\": \"\"\n },\n \"extra_statutory_payments_total\": \"\",\n \"monthly_contributions_total\": \"\",\n \"monthly_gross_salary\": \"\",\n \"monthly_tce\": \"\",\n \"monthly_total\": \"\",\n \"annual_benefits_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"annual_benefits_total\": \"\",\n \"annual_contributions_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"annual_indirect_tax\": \"\",\n \"annual_management_fee\": \"\",\n \"discount\": {\n \"annual_amount\": \"\",\n \"monthly_amount\": \"\",\n \"text\": \"\",\n \"months\": \"\"\n },\n \"extra_statutory_payments_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_benefits_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_benefits_total\": \"\",\n \"monthly_contributions_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_indirect_tax\": \"\",\n \"monthly_management_fee\": \"\"\n },\n \"has_extra_statutory_payment\": \"\",\n \"region\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"child_regions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"code\": \"\",\n \"status\": \"active\"\n },\n \"regional_currency_costs\": {\n \"annual_gross_salary\": \"\",\n \"annual_contributions_total\": \"\",\n \"annual_total\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"slug\": \"\",\n \"symbol\": \"\",\n \"name\": \"\"\n },\n \"extra_statutory_payments_total\": \"\",\n \"monthly_contributions_total\": \"\",\n \"monthly_gross_salary\": \"\",\n \"monthly_tce\": \"\",\n \"monthly_total\": \"\",\n \"annual_benefits_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"annual_benefits_total\": \"\",\n \"annual_contributions_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"annual_indirect_tax\": \"\",\n \"annual_management_fee\": \"\",\n \"discount\": {\n \"annual_amount\": \"\",\n \"monthly_amount\": \"\",\n \"text\": \"\",\n \"months\": \"\"\n },\n \"extra_statutory_payments_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_benefits_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_benefits_total\": \"\",\n \"monthly_contributions_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_indirect_tax\": \"\",\n \"monthly_management_fee\": \"\"\n },\n \"country_benefits_details_url\": \"\",\n \"country_guide_url\": \"\",\n \"minimum_onboarding_time\": \"\"\n },\n {\n \"country\": {\n \"alpha_2_code\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"features\": [\n \"\",\n \"\"\n ]\n },\n \"employer_currency_costs\": {\n \"annual_gross_salary\": \"\",\n \"annual_contributions_total\": \"\",\n \"annual_total\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"slug\": \"\",\n \"symbol\": \"\",\n \"name\": \"\"\n },\n \"extra_statutory_payments_total\": \"\",\n \"monthly_contributions_total\": \"\",\n \"monthly_gross_salary\": \"\",\n \"monthly_tce\": \"\",\n \"monthly_total\": \"\",\n \"annual_benefits_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"annual_benefits_total\": \"\",\n \"annual_contributions_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"annual_indirect_tax\": \"\",\n \"annual_management_fee\": \"\",\n \"discount\": {\n \"annual_amount\": \"\",\n \"monthly_amount\": \"\",\n \"text\": \"\",\n \"months\": \"\"\n },\n \"extra_statutory_payments_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_benefits_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_benefits_total\": \"\",\n \"monthly_contributions_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_indirect_tax\": \"\",\n \"monthly_management_fee\": \"\"\n },\n \"has_extra_statutory_payment\": \"\",\n \"region\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"child_regions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"code\": \"\",\n \"status\": \"inactive\"\n },\n \"regional_currency_costs\": {\n \"annual_gross_salary\": \"\",\n \"annual_contributions_total\": \"\",\n \"annual_total\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"slug\": \"\",\n \"symbol\": \"\",\n \"name\": \"\"\n },\n \"extra_statutory_payments_total\": \"\",\n \"monthly_contributions_total\": \"\",\n \"monthly_gross_salary\": \"\",\n \"monthly_tce\": \"\",\n \"monthly_total\": \"\",\n \"annual_benefits_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"annual_benefits_total\": \"\",\n \"annual_contributions_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"annual_indirect_tax\": \"\",\n \"annual_management_fee\": \"\",\n \"discount\": {\n \"annual_amount\": \"\",\n \"monthly_amount\": \"\",\n \"text\": \"\",\n \"months\": \"\"\n },\n \"extra_statutory_payments_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_benefits_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_benefits_total\": \"\",\n \"monthly_contributions_breakdown\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"zendesk_article_url\": \"\",\n \"zendesk_article_id\": \"\"\n }\n ],\n \"monthly_indirect_tax\": \"\",\n \"monthly_management_fee\": \"\"\n },\n \"country_benefits_details_url\": \"\",\n \"country_guide_url\": \"\",\n \"minimum_onboarding_time\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-2a2db017-a83b-4dd5-b4dc-d8cf2d1c1269" }, { "id": "9b55671b-363b-427f-bfed-3019d38fe556", "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: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation" ] } }, "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:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-9b55671b-363b-427f-bfed-3019d38fe556" }, { "id": "1fff6981-4ae9-45f4-906a-1575dbd70df2", "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: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation" ] } }, "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:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-1fff6981-4ae9-45f4-906a-1575dbd70df2" } ], "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-9bf5ddcd-15a4-4d6a-9a66-8eddec9062e0" } ], "id": "886cc0a3-dba2-48f2-9ba0-7aa1e9ec0940", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-886cc0a3-dba2-48f2-9ba0-7aa1e9ec0940" }, { "name": "estimation-pdf", "item": [ { "name": "Creates PDF cost estimation of employments", "id": "8ecca960-6cbf-4c12-bfb4-8a27862c0a6c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation-pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation-pdf" ] }, "description": "Creates a PDF cost estimation of employments based on the provided parameters." }, "response": [ { "id": "f1d57316-80f1-4923-a7de-c7c93f46b1e4", "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: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation-pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation-pdf" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"content\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-f1d57316-80f1-4923-a7de-c7c93f46b1e4" }, { "id": "88b8e6bb-ed9d-4d40-95cc-060aec1b909a", "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: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation-pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation-pdf" ] } }, "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:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-88b8e6bb-ed9d-4d40-95cc-060aec1b909a" }, { "id": "26939a8d-28fc-4028-bd9a-0091e2c2c7d1", "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: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation-pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation-pdf" ] } }, "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:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-26939a8d-28fc-4028-bd9a-0091e2c2c7d1" } ], "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-8ecca960-6cbf-4c12-bfb4-8a27862c0a6c" } ], "id": "f6989b96-f61c-4f94-af54-85f4b449c1c6", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-f6989b96-f61c-4f94-af54-85f4b449c1c6" }, { "name": "countries", "item": [ { "name": "List countries for Cost Calculator", "id": "9041315d-0720-43a1-8220-0973a872c424", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cost-calculator/countries?include_premium_benefits=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "countries" ], "query": [ { "description": "If the premium benefits should be included in the response", "key": "include_premium_benefits", "value": "" } ] }, "description": "Lists active and processing countries" }, "response": [ { "id": "90b1bb16-8426-4ef8-b5cd-9442a460ba9c", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/cost-calculator/countries?include_premium_benefits=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "countries" ], "query": [ { "description": "If the premium benefits should be included in the response", "key": "include_premium_benefits", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"code\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"slug\": \"\",\n \"symbol\": \"\",\n \"name\": \"\"\n },\n \"name\": \"\",\n \"original_country_slug\": \"\",\n \"region_slug\": \"\",\n \"availability\": \"coming_soon\",\n \"child_regions\": [\n {\n \"name\": \"\",\n \"slug\": \"\",\n \"child_regions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"code\": \"\",\n \"status\": \"inactive\"\n },\n {\n \"name\": \"\",\n \"slug\": \"\",\n \"child_regions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"code\": \"\",\n \"status\": \"active\"\n }\n ],\n \"has_additional_fields\": \"\"\n },\n {\n \"code\": \"\",\n \"currency\": {\n \"code\": \"\",\n \"slug\": \"\",\n \"symbol\": \"\",\n \"name\": \"\"\n },\n \"name\": \"\",\n \"original_country_slug\": \"\",\n \"region_slug\": \"\",\n \"availability\": \"active\",\n \"child_regions\": [\n {\n \"name\": \"\",\n \"slug\": \"\",\n \"child_regions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"code\": \"\",\n \"status\": \"inactive\"\n },\n {\n \"name\": \"\",\n \"slug\": \"\",\n \"child_regions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"code\": \"\",\n \"status\": \"inactive\"\n }\n ],\n \"has_additional_fields\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-90b1bb16-8426-4ef8-b5cd-9442a460ba9c" } ], "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-9041315d-0720-43a1-8220-0973a872c424" } ], "id": "1ffef13e-88e3-4eb6-9dee-430fffbab070", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-1ffef13e-88e3-4eb6-9dee-430fffbab070" }, { "name": "regions", "item": [ { "name": "{slug}", "item": [ { "name": "fields", "item": [ { "name": "Show region fields", "id": "fbe49c49-ecd4-4581-86e0-39cc33459d05", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/cost-calculator/regions/:slug/fields?include_premium_benefits=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "regions", ":slug", "fields" ], "query": [ { "description": "If the premium benefits should be included in the response", "key": "include_premium_benefits", "value": "" } ], "variable": [ { "id": "2dc86813-e4b9-4432-b94e-4ea6790cb56d", "key": "slug", "value": "", "description": "(Required) Slug" } ] }, "description": "Returns required fields JSON Schema for a given region. These are required in order to calculate\n the cost of employment for the region. These fields are based on employer contributions that are associated\n with the region or any of it's parent regions." }, "response": [ { "id": "4ef909ee-52e4-4dc7-8bbb-2e03623d372d", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/cost-calculator/regions/:slug/fields?include_premium_benefits=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "regions", ":slug", "fields" ], "query": [ { "description": "If the premium benefits should be included in the response", "key": "include_premium_benefits", "value": "" } ], "variable": [ { "key": "slug" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"schema\": {\n \"properties\": {\n \"cillum_\": -89356856.07435934,\n \"in41d\": true,\n \"esse9_\": -11742261.153276086,\n \"dolor_2\": -51558380\n },\n \"required\": [\n \"\",\n \"\"\n ],\n \"x-jsf-order\": [\n \"\",\n \"\"\n ]\n },\n \"version\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-4ef909ee-52e4-4dc7-8bbb-2e03623d372d" }, { "id": "399cfa96-529d-482d-8c47-fddcfbe3286b", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/cost-calculator/regions/:slug/fields?include_premium_benefits=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "regions", ":slug", "fields" ], "query": [ { "description": "If the premium benefits should be included in the response", "key": "include_premium_benefits", "value": "" } ], "variable": [ { "key": "slug" } ] } }, "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:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-399cfa96-529d-482d-8c47-fddcfbe3286b" }, { "id": "830bbba2-bf1f-4222-8759-ef5cdaccce19", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/cost-calculator/regions/:slug/fields?include_premium_benefits=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "regions", ":slug", "fields" ], "query": [ { "description": "If the premium benefits should be included in the response", "key": "include_premium_benefits", "value": "" } ], "variable": [ { "key": "slug" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {\n \"dolor_df\": -81380682.80497484,\n \"est8\": 55299141.97560197\n }\n}", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-830bbba2-bf1f-4222-8759-ef5cdaccce19" } ], "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-fbe49c49-ecd4-4581-86e0-39cc33459d05" } ], "id": "4b04150b-3e80-4422-a13d-8d3b157a356a", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-4b04150b-3e80-4422-a13d-8d3b157a356a" } ], "id": "f13f615e-d79e-48f8-a639-c97121540d92", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-f13f615e-d79e-48f8-a639-c97121540d92" } ], "id": "f8c15682-7fb1-4661-bac2-09847a6398ae", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-f8c15682-7fb1-4661-bac2-09847a6398ae" }, { "name": "estimation-csv", "item": [ { "name": "Creates a CSV cost estimation of employments", "id": "8e1d0ddc-b58c-49cb-800e-8d6a3933d0f6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation-csv", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation-csv" ] }, "description": "Creates CSV cost estimation of employments" }, "response": [ { "id": "8845c003-fc56-475a-bf30-a0c1eb2d56d8", "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: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation-csv", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation-csv" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"content\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-8845c003-fc56-475a-bf30-a0c1eb2d56d8" }, { "id": "9456af82-4632-49b8-b62c-859b4ffec59a", "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: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation-csv", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation-csv" ] } }, "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:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-9456af82-4632-49b8-b62c-859b4ffec59a" }, { "id": "1dcd3e40-39b8-4d29-8206-40989da885c5", "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: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employments\": [\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"indefinite\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n },\n {\n \"region_slug\": \"\",\n \"age\": \"\",\n \"annual_gross_salary\": \"\",\n \"annual_gross_salary_in_employer_currency\": \"\",\n \"annual_total_cost\": \"\",\n \"annual_total_cost_in_employer_currency\": \"\",\n \"benefits\": [\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n },\n {\n \"benefit_group_slug\": \"\",\n \"benefit_tier_slug\": \"\"\n }\n ],\n \"discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"employment_term\": \"fixed\",\n \"regional_to_employer_exchange_rate\": \"\",\n \"title\": \"\"\n }\n ],\n \"employer_currency_slug\": \"\",\n \"company_name\": \"\",\n \"global_discount\": {\n \"text\": \"\",\n \"amount\": \"\",\n \"months\": 12,\n \"percent\": \"\",\n \"quoted_amount\": \"\"\n },\n \"include_benefits\": \"\",\n \"include_cost_breakdowns\": \"\",\n \"include_management_fee\": \"\",\n \"include_premium_benefits\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/cost-calculator/estimation-csv", "host": [ "{{baseUrl}}" ], "path": [ "v1", "cost-calculator", "estimation-csv" ] } }, "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:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-1dcd3e40-39b8-4d29-8206-40989da885c5" } ], "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-8e1d0ddc-b58c-49cb-800e-8d6a3933d0f6" } ], "id": "9ef87379-23c4-426e-8654-c6277c1c6f4e", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-9ef87379-23c4-426e-8654-c6277c1c6f4e" } ], "id": "a0d19e8d-782b-44d9-a47a-ae65afc47426", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-a0d19e8d-782b-44d9-a47a-ae65afc47426" } ], "id": "6ec1811e-7b24-4f36-92c0-cc3c0db101b5", "createdAt": "2026-07-28T02:45:20.000Z", "updatedAt": "2026-07-28T02:45:20.000Z", "uid": "35240-6ec1811e-7b24-4f36-92c0-cc3c0db101b5" } ], "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/" } ] }