{ "info": { "_postman_id": "c08a9f95-6b0b-43c7-8656-f9623b029799", "name": "Remote Address Details Subscriptions API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:47:48.000Z", "updatedAt": "2026-07-28T02:47:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-c08a9f95-6b0b-43c7-8656-f9623b029799" }, "item": [ { "name": "v1", "item": [ { "name": "contractors", "item": [ { "name": "employments", "item": [ { "name": "{employment_id}", "item": [ { "name": "contractor-subscriptions", "item": [ { "name": "List contractor subscriptions", "id": "bc30768b-1471-4bdb-a7db-e9c424c1022f", "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/contractors/employments/:employment_id/contractor-subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-subscriptions" ], "variable": [ { "id": "ea216187-d24f-4f1f-a490-d58dff30b9f2", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Endpoint that can be used to list contractor subscriptions.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "e493aaf9-4467-484c-b834-da9f2242567f", "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/contractors/employments/:employment_id/contractor-subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-subscriptions" ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"company_product\": {\n \"slug\": \"\"\n },\n \"company_product_discount\": {\n \"expiration_date\": \"\",\n \"percent\": \"-1\"\n },\n \"currency\": {\n \"code\": \"\",\n \"slug\": \"\",\n \"symbol\": \"\",\n \"name\": \"\"\n },\n \"price\": {\n \"amount\": \"\",\n \"final_amount\": \"\"\n },\n \"product\": {\n \"name\": \"\",\n \"tier\": \"\",\n \"frequency\": \"\",\n \"description\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\",\n \"short_name\": \"\"\n },\n \"total_amount\": \"\",\n \"eligibility_questionnaire\": {\n \"slug\": \"\",\n \"is_blocking\": \"\",\n \"type\": \"contractor_of_record\",\n \"submitted_at\": \"\",\n \"questions\": {},\n \"responses\": {}\n },\n \"is_termination_fees_enabled\": \"\",\n \"total_discount\": \"\",\n \"total_in_advance\": \"\",\n \"total_prorated\": \"\"\n },\n {\n \"company_product\": {\n \"slug\": \"\"\n },\n \"company_product_discount\": {\n \"expiration_date\": \"\",\n \"percent\": \"3924621\"\n },\n \"currency\": {\n \"code\": \"\",\n \"slug\": \"\",\n \"symbol\": \"\",\n \"name\": \"\"\n },\n \"price\": {\n \"amount\": \"\",\n \"final_amount\": \"\"\n },\n \"product\": {\n \"name\": \"\",\n \"tier\": \"\",\n \"frequency\": \"\",\n \"description\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\",\n \"short_name\": \"\"\n },\n \"total_amount\": \"\",\n \"eligibility_questionnaire\": {\n \"slug\": \"\",\n \"is_blocking\": \"\",\n \"type\": \"contractor_of_record\",\n \"submitted_at\": \"\",\n \"questions\": {},\n \"responses\": {}\n },\n \"is_termination_fees_enabled\": \"\",\n \"total_discount\": \"\",\n \"total_in_advance\": \"\",\n \"total_prorated\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-e493aaf9-4467-484c-b834-da9f2242567f" }, { "id": "beeec379-e5cc-4a48-bdc1-b8bad636f20c", "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/contractors/employments/:employment_id/contractor-subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-subscriptions" ], "variable": [ { "key": "employment_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-beeec379-e5cc-4a48-bdc1-b8bad636f20c" }, { "id": "d0499031-3507-4efd-9448-39e1fb891651", "name": "Forbidden", "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/contractors/employments/:employment_id/contractor-subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-subscriptions" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-d0499031-3507-4efd-9448-39e1fb891651" }, { "id": "3b107e5d-1a99-463c-9e7a-39ec685c9a66", "name": "Not Found", "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/contractors/employments/:employment_id/contractor-subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-subscriptions" ], "variable": [ { "key": "employment_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-3b107e5d-1a99-463c-9e7a-39ec685c9a66" } ], "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-bc30768b-1471-4bdb-a7db-e9c424c1022f" } ], "id": "a414239e-9b8c-4277-8aaa-1ffed467cff3", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-a414239e-9b8c-4277-8aaa-1ffed467cff3" }, { "name": "cor-termination-requests", "item": [ { "name": "{termination_request_id}", "item": [ { "name": "Show a contractor of record (COR) termination request", "id": "1a9ff6e1-abbf-490e-805c-a2da776056da", "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/contractors/employments/:employment_id/cor-termination-requests/:termination_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests", ":termination_request_id" ], "variable": [ { "id": "cd8c53c4-f176-47ec-a8ea-6e0743b74d46", "key": "employment_id", "value": "", "description": "(Required) Employment ID" }, { "id": "dbf52556-f9e4-49c1-95b2-6999db523cec", "key": "termination_request_id", "value": "", "description": "(Required) Termination Request ID" } ] }, "description": "Retrieves a Contractor of Record termination request by ID.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "bc4c10ca-cddc-4a47-a35c-c047683c94ce", "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/contractors/employments/:employment_id/cor-termination-requests/:termination_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests", ":termination_request_id" ], "variable": [ { "key": "employment_id" }, { "key": "termination_request_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"employment_id\": \"\",\n \"status\": \"initiated\",\n \"initiated_at\": \"\",\n \"termination_date\": \"\",\n \"employment_deactivation_date\": \"\",\n \"executed_at\": \"\",\n \"cancelled_at\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-bc4c10ca-cddc-4a47-a35c-c047683c94ce" }, { "id": "0d1ca8c0-0742-4b83-9690-c42f88792d79", "name": "Forbidden", "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/contractors/employments/:employment_id/cor-termination-requests/:termination_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests", ":termination_request_id" ], "variable": [ { "key": "employment_id" }, { "key": "termination_request_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-0d1ca8c0-0742-4b83-9690-c42f88792d79" }, { "id": "8c6ea72b-441d-4346-ae6c-8877a267d3b6", "name": "Not Found", "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/contractors/employments/:employment_id/cor-termination-requests/:termination_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests", ":termination_request_id" ], "variable": [ { "key": "employment_id" }, { "key": "termination_request_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-8c6ea72b-441d-4346-ae6c-8877a267d3b6" } ], "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-1a9ff6e1-abbf-490e-805c-a2da776056da" } ], "id": "f1464316-7121-4449-b691-0e312d97d6e5", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-f1464316-7121-4449-b691-0e312d97d6e5" }, { "name": "Create a contractor of record (COR) termination request", "id": "2163a2bb-840e-40ec-b6bf-bd05e965654a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "id": "342279c0-7eb8-47d7-a0a6-601fd5d21444", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Initiates a termination request for a Contractor of Record employment.\nWhen a termination request is sent, a stop work order is issued and the contractor remains active until a final invoice is paid or waived.\nCurrently, only Contractor of Record employments can be terminated.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "ba1e3eaa-5303-452c-8f78-ae68d4559237", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"status\": \"cancelled\",\n \"termination_date\": \"\",\n \"employment_deactivation_date\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-ba1e3eaa-5303-452c-8f78-ae68d4559237" }, { "id": "6168b466-6d7b-4ae2-b3bc-3a5d33f0d656", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-6168b466-6d7b-4ae2-b3bc-3a5d33f0d656" }, { "id": "e81246ff-d647-4a82-adfe-cf326940f468", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-e81246ff-d647-4a82-adfe-cf326940f468" }, { "id": "708f754c-218d-41b7-b780-cd7d355fb117", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "key": "employment_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-708f754c-218d-41b7-b780-cd7d355fb117" }, { "id": "69bd900b-7f05-43ea-93f5-05e3e552c79a", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "key": "employment_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-69bd900b-7f05-43ea-93f5-05e3e552c79a" } ], "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-2163a2bb-840e-40ec-b6bf-bd05e965654a" } ], "id": "b996a453-8a9e-4fdd-baa9-d5c1562b7271", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-b996a453-8a9e-4fdd-baa9-d5c1562b7271" }, { "name": "terminate-cor-employment", "item": [ { "name": "Terminate contractor of record employment", "id": "35ad70fc-d01a-404b-84d0-bc2f0a481d7b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "id": "d9d8fd56-bdca-4f4c-a638-92ab7f602381", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "**Deprecated.** Use `POST /contractors/employments/{employment_id}/cor-termination-requests` instead.\n\nInitiates a termination request for a Contractor of Record employment.\nWhen a termination request is sent, a stop work order is issued and the contractor remains active until a final invoice is paid or waived.\nCurrently, only Contractor of Record employments can be terminated.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "f9b1a592-e2fd-410e-9d3f-e1a33bf3ee0b", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-f9b1a592-e2fd-410e-9d3f-e1a33bf3ee0b" }, { "id": "b8952ab6-cf99-4092-99fc-2503ed36853e", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-b8952ab6-cf99-4092-99fc-2503ed36853e" }, { "id": "720ed056-7b14-4dd0-be07-20ae4187a0c0", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-720ed056-7b14-4dd0-be07-20ae4187a0c0" }, { "id": "dac819f2-1393-4779-8dfe-5db67b843af0", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "key": "employment_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-dac819f2-1393-4779-8dfe-5db67b843af0" }, { "id": "cd8eca30-17a9-43e4-a139-cb0f0d600bca", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "key": "employment_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-cd8eca30-17a9-43e4-a139-cb0f0d600bca" } ], "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-35ad70fc-d01a-404b-84d0-bc2f0a481d7b" } ], "id": "31230d5c-099a-44ca-8c7a-c2fcc8c86059", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-31230d5c-099a-44ca-8c7a-c2fcc8c86059" }, { "name": "contractor-plus-subscription", "item": [ { "name": "Manage contractor plus subscription", "id": "288dd35c-372f-41d8-9f74-bbc3164c8bc6", "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 \"operation\": \"downgrade\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-plus-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-plus-subscription" ], "variable": [ { "id": "e5bb5559-96e6-4558-a5c2-ca785e4aac97", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Endpoint that can be used to upgrade, assign or downgrade a contractor's subscription.\nThis can be used when company admins desire to assign someone to the Contractor Plus plan,\nbut also to change the contractor's subscription between Plus and Standard.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "5120ed6d-2224-419f-b631-0a587009db4d", "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 \"operation\": \"downgrade\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-plus-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-plus-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-5120ed6d-2224-419f-b631-0a587009db4d" }, { "id": "478fe7f1-b8cb-4d57-bec9-845bee24d324", "name": "Bad Request", "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 \"operation\": \"downgrade\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-plus-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-plus-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-478fe7f1-b8cb-4d57-bec9-845bee24d324" }, { "id": "dd337db3-84ab-49ee-aa29-9d8e19fb9fe4", "name": "Forbidden", "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 \"operation\": \"downgrade\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-plus-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-plus-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-dd337db3-84ab-49ee-aa29-9d8e19fb9fe4" } ], "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-288dd35c-372f-41d8-9f74-bbc3164c8bc6" } ], "id": "ffc03706-86dd-43e6-9c83-83872f1de04c", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-ffc03706-86dd-43e6-9c83-83872f1de04c" }, { "name": "contractor-cor-subscription", "item": [ { "name": "Delete contractor of record subscription intent", "id": "f0292524-c97c-4f78-ba5e-e19132503643", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "id": "97b490cf-0d65-44a3-9f53-fe851ae3130a", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Deletes Contractor of Record subscription intent.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "12cdb9d0-41c4-42e4-a686-bf4ed86e80f6", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-12cdb9d0-41c4-42e4-a686-bf4ed86e80f6" }, { "id": "41dc3b49-074b-42bb-91bb-3de70313340b", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-41dc3b49-074b-42bb-91bb-3de70313340b" }, { "id": "d9dac825-5f37-4461-8f46-175e4ec41436", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-d9dac825-5f37-4461-8f46-175e4ec41436" }, { "id": "ee1b8730-2865-4b9d-9778-1a1bccce3e42", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-ee1b8730-2865-4b9d-9778-1a1bccce3e42" }, { "id": "6ee2672b-175f-499f-913d-da1f59f4c79f", "name": "Unprocessable Entity", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-6ee2672b-175f-499f-913d-da1f59f4c79f" } ], "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-f0292524-c97c-4f78-ba5e-e19132503643" }, { "name": "Create contractor of record subscription intent", "id": "88ca39c0-a46e-47a0-ba53-c4eafe013abb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "id": "87651434-1b3c-4e2f-806a-3ec9653f8a0d", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Assigns Contractor of Record subscription in pending state to employment.\nOnce risk analysis is performed, subscription may start upon contract signing,\nor might be denied.\n\nRequires a non-blocking eligibility questionnaire to be submitted before creating the subscription intent.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "c2ba6993-d85f-4df5-8c8a-2647259825de", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-c2ba6993-d85f-4df5-8c8a-2647259825de" }, { "id": "6e0a288a-363a-4bc5-aa3b-3780124b3b4c", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-6e0a288a-363a-4bc5-aa3b-3780124b3b4c" }, { "id": "26f4145a-bd83-43e4-a501-1d46d0557f63", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-26f4145a-bd83-43e4-a501-1d46d0557f63" }, { "id": "560e9421-8d91-41ae-a088-ef63d1da15f0", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-560e9421-8d91-41ae-a088-ef63d1da15f0" }, { "id": "e5a1593e-e2ce-4b93-b1eb-f4ff51c365d2", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-e5a1593e-e2ce-4b93-b1eb-f4ff51c365d2" } ], "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-88ca39c0-a46e-47a0-ba53-c4eafe013abb" } ], "id": "28c22fa3-ede6-4644-897a-081096075f14", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-28c22fa3-ede6-4644-897a-081096075f14" } ], "id": "eee3d84a-d623-4055-8155-27d681d7f0aa", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-eee3d84a-d623-4055-8155-27d681d7f0aa" } ], "id": "bcaaeeac-0747-4c7f-a6bd-0b4285d26cd6", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-bcaaeeac-0747-4c7f-a6bd-0b4285d26cd6" }, { "name": "cor-termination-requests", "item": [ { "name": "List contractor of record (COR) termination requests", "id": "abd9b35a-ccc9-4afd-bac6-142829f2c1c2", "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/contractors/cor-termination-requests?employment_id=&status=cancelled&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "cor-termination-requests" ], "query": [ { "description": "Filter termination requests by employment ID.", "key": "employment_id", "value": "" }, { "description": "Filter termination requests by status.", "key": "status", "value": "cancelled" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] }, "description": "Lists Contractor of Record termination requests for your company,\noptionally filtered by employment and status.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "c0375cb9-f4b9-4d32-9ddc-345a6a85c5bc", "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/contractors/cor-termination-requests?employment_id=&status=cancelled&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "cor-termination-requests" ], "query": [ { "description": "Filter termination requests by employment ID.", "key": "employment_id", "value": "" }, { "description": "Filter termination requests by status.", "key": "status", "value": "cancelled" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"current_page\": \"\",\n \"termination_requests\": [\n {\n \"id\": \"\",\n \"employment_id\": \"\",\n \"status\": \"executed\",\n \"initiated_at\": \"\",\n \"termination_date\": \"\",\n \"employment_deactivation_date\": \"\",\n \"executed_at\": \"\",\n \"cancelled_at\": \"\"\n },\n {\n \"id\": \"\",\n \"employment_id\": \"\",\n \"status\": \"executed\",\n \"initiated_at\": \"\",\n \"termination_date\": \"\",\n \"employment_deactivation_date\": \"\",\n \"executed_at\": \"\",\n \"cancelled_at\": \"\"\n }\n ],\n \"total_count\": \"\",\n \"total_pages\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-c0375cb9-f4b9-4d32-9ddc-345a6a85c5bc" }, { "id": "9e7fdea7-049c-46c3-8f2d-2bfb0f0358f5", "name": "Forbidden", "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/contractors/cor-termination-requests?employment_id=&status=cancelled&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "cor-termination-requests" ], "query": [ { "description": "Filter termination requests by employment ID.", "key": "employment_id", "value": "" }, { "description": "Filter termination requests by status.", "key": "status", "value": "cancelled" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-9e7fdea7-049c-46c3-8f2d-2bfb0f0358f5" }, { "id": "3d257b77-0f69-43e4-8bb6-fdb7e6e94b00", "name": "Not Found", "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/contractors/cor-termination-requests?employment_id=&status=cancelled&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "cor-termination-requests" ], "query": [ { "description": "Filter termination requests by employment ID.", "key": "employment_id", "value": "" }, { "description": "Filter termination requests by status.", "key": "status", "value": "cancelled" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "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:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-3d257b77-0f69-43e4-8bb6-fdb7e6e94b00" } ], "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-abd9b35a-ccc9-4afd-bac6-142829f2c1c2" } ], "id": "70a256bc-ae62-41ee-bfa6-4903ed4fbeef", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-70a256bc-ae62-41ee-bfa6-4903ed4fbeef" } ], "id": "ce245503-c179-4368-a601-f36a19134c48", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-ce245503-c179-4368-a601-f36a19134c48" } ], "id": "2aaa1244-1078-48eb-bb94-b9a646f3c489", "createdAt": "2026-07-28T02:47:49.000Z", "updatedAt": "2026-07-28T02:47:49.000Z", "uid": "35240-2aaa1244-1078-48eb-bb94-b9a646f3c489" } ], "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/" } ] }