{ "info": { "_postman_id": "ba667be2-9561-4bb7-a172-bfa8d4455efa", "name": "Remote Address Details Integrations API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "lastUpdatedBy": "35240", "uid": "35240-ba667be2-9561-4bb7-a172-bfa8d4455efa" }, "item": [ { "name": "v1", "item": [ { "name": "help-center-articles", "item": [ { "name": "{id}", "item": [ { "name": "Get Help Center Article", "id": "4aefffa6-e717-477f-9bae-1d1ebacd5220", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "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": "redirect_uri", "value": "/auth/oauth2/token", "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" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/help-center-articles/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "help-center-articles", ":id" ], "variable": [ { "id": "58c9ec3a-6ae3-4265-a95b-36e70c206a9e", "key": "id", "value": "", "description": "(Required) Help Center Article Zendesk ID" } ] }, "description": "Get a help center article by its ID\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | View help articles (`help_center_article:read`) | - |\n" }, "response": [ { "id": "6dc0bfb1-1723-4e84-818a-51f9681b73bd", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/help-center-articles/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "help-center-articles", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"help_center_article\": {\n \"zendesk_id\": \"\",\n \"title\": \"\",\n \"body\": \"\",\n \"html_url\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-6dc0bfb1-1723-4e84-818a-51f9681b73bd" }, { "id": "35155f0a-85f5-420b-8dc6-72f18aeecb33", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/help-center-articles/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "help-center-articles", ":id" ], "variable": [ { "key": "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-35155f0a-85f5-420b-8dc6-72f18aeecb33" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-4aefffa6-e717-477f-9bae-1d1ebacd5220" } ], "id": "4a9d0d5e-ecde-4c41-9a92-e995fc35018a", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-4a9d0d5e-ecde-4c41-9a92-e995fc35018a" } ], "id": "0f288afd-6fde-4771-93fa-83a0906d0dbf", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-0f288afd-6fde-4771-93fa-83a0906d0dbf" }, { "name": "scim", "item": [ { "name": "v2", "item": [ { "name": "Users", "item": [ { "name": "{id}", "item": [ { "name": "Get user by ID via SCIM v2.0", "id": "1aa469a3-2e59-4794-9b83-ac966bbd4e76", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users", ":id" ], "variable": [ { "id": "0c1abada-ab6f-4f7f-b78e-69575498f7da", "key": "id", "value": "", "description": "(Required) User ID (slug)" } ] }, "description": "Retrieves a single user for the authenticated company by user ID" }, "response": [ { "id": "894df6fd-5eb1-4080-946b-aa230c1deabd", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"userName\": \"\",\n \"name\": {\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"formatted\": \"\"\n },\n \"emails\": [\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n },\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n }\n ],\n \"active\": \"\",\n \"department\": \"\",\n \"employeeNumber\": \"\",\n \"manager\": {\n \"$ref\": \"\",\n \"displayName\": \"\",\n \"value\": \"\"\n },\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-894df6fd-5eb1-4080-946b-aa230c1deabd" }, { "id": "0b7404cd-a738-4863-a4e5-2d0e7555fae9", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-0b7404cd-a738-4863-a4e5-2d0e7555fae9" }, { "id": "a8f5c83d-c69c-42ff-b6e5-3dc35db0f456", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-a8f5c83d-c69c-42ff-b6e5-3dc35db0f456" }, { "id": "1c4cf897-1bec-46d4-a391-f349fed75c3a", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-1c4cf897-1bec-46d4-a391-f349fed75c3a" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-1aa469a3-2e59-4794-9b83-ac966bbd4e76" } ], "id": "7845f487-46de-4077-8ab1-59377bb2c270", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-7845f487-46de-4077-8ab1-59377bb2c270" }, { "name": "List users via SCIM v2.0", "id": "6f935909-b2d2-44f9-9d83-ec660c4ba711", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] }, "description": "Retrieves a list of users for the authenticated company following SCIM 2.0 standard" }, "response": [ { "id": "c8e22832-3db5-43fa-9e0b-c9266d95b50f", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"totalResults\": \"\",\n \"startIndex\": \"\",\n \"itemsPerPage\": \"\",\n \"Resources\": [\n {\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"userName\": \"\",\n \"name\": {\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"formatted\": \"\"\n },\n \"emails\": [\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n },\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n }\n ],\n \"active\": \"\",\n \"department\": \"\",\n \"employeeNumber\": \"\",\n \"manager\": {\n \"$ref\": \"\",\n \"displayName\": \"\",\n \"value\": \"\"\n },\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n },\n {\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"userName\": \"\",\n \"name\": {\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"formatted\": \"\"\n },\n \"emails\": [\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n },\n {\n \"value\": \"\",\n \"type\": \"\",\n \"primary\": \"\"\n }\n ],\n \"active\": \"\",\n \"department\": \"\",\n \"employeeNumber\": \"\",\n \"manager\": {\n \"$ref\": \"\",\n \"displayName\": \"\",\n \"value\": \"\"\n },\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-c8e22832-3db5-43fa-9e0b-c9266d95b50f" }, { "id": "504dbfdb-1cdd-4100-b7c0-e8a4fefc2f07", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-504dbfdb-1cdd-4100-b7c0-e8a4fefc2f07" }, { "id": "a22d1f65-618e-4fd6-a386-05fd5df8c89f", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-a22d1f65-618e-4fd6-a386-05fd5df8c89f" }, { "id": "8f883f4d-60a0-400f-93ae-226947d9f84a", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-8f883f4d-60a0-400f-93ae-226947d9f84a" }, { "id": "84429502-623a-4d08-afd6-bb4fbb9300fc", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Users?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Users" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-84429502-623a-4d08-afd6-bb4fbb9300fc" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-6f935909-b2d2-44f9-9d83-ec660c4ba711" } ], "id": "ad6a6aba-8055-474f-b969-5203c17e1172", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-ad6a6aba-8055-474f-b969-5203c17e1172" }, { "name": "Groups", "item": [ { "name": "{id}", "item": [ { "name": "Get group by ID via SCIM v2.0", "id": "1d6f2338-f292-46a5-8a74-09427cc91c13", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups", ":id" ], "variable": [ { "id": "a4c1a29b-6a8a-4d6e-9195-bda826243e6a", "key": "id", "value": "", "description": "(Required) Group ID (slug)" } ] }, "description": "Retrieves a single group (department) for the authenticated company by group ID" }, "response": [ { "id": "3091bae0-31d0-446c-b31d-3315746fe0f2", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"displayName\": \"\",\n \"members\": [\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n },\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n }\n ],\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-3091bae0-31d0-446c-b31d-3315746fe0f2" }, { "id": "314103c6-edb7-4ed4-8b61-88e1850033a5", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-314103c6-edb7-4ed4-8b61-88e1850033a5" }, { "id": "59cf02c1-09a8-4956-85e0-325634544ba1", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-59cf02c1-09a8-4956-85e0-325634544ba1" }, { "id": "3000c5c7-82df-4b38-9ba8-9ae25a91a471", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-3000c5c7-82df-4b38-9ba8-9ae25a91a471" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-1d6f2338-f292-46a5-8a74-09427cc91c13" } ], "id": "d3043c17-8fe2-4fd0-a40c-e396c65805a7", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-d3043c17-8fe2-4fd0-a40c-e396c65805a7" }, { "name": "List groups via SCIM v2.0", "id": "77995bb2-26b8-46dd-a0c1-2ddad4481248", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] }, "description": "Retrieves a list of groups (departments) for the authenticated company following SCIM 2.0 standard" }, "response": [ { "id": "f1b8885b-1ae8-43e1-b790-c41b330b329d", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"totalResults\": \"\",\n \"startIndex\": \"\",\n \"itemsPerPage\": \"\",\n \"Resources\": [\n {\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"displayName\": \"\",\n \"members\": [\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n },\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n }\n ],\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n },\n {\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"displayName\": \"\",\n \"members\": [\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n },\n {\n \"value\": \"\",\n \"$ref\": \"\",\n \"display\": \"\"\n }\n ],\n \"meta\": {\n \"created\": \"\",\n \"lastModified\": \"\",\n \"resourceType\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-f1b8885b-1ae8-43e1-b790-c41b330b329d" }, { "id": "451d21f2-da15-4841-846b-c8cd575a7371", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-451d21f2-da15-4841-846b-c8cd575a7371" }, { "id": "49c4bedb-eecf-4b14-a756-e1e3ae299681", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-49c4bedb-eecf-4b14-a756-e1e3ae299681" }, { "id": "76045b7d-228e-415f-a52a-d7e143839832", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-76045b7d-228e-415f-a52a-d7e143839832" }, { "id": "a9d27b31-cc52-4b80-adcd-3923303ddfa2", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/scim/v2/Groups?startIndex=&count=&filter=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "scim", "v2", "Groups" ], "query": [ { "description": "1-based index of the first result", "key": "startIndex", "value": "" }, { "description": "Maximum number of results per page", "key": "count", "value": "" }, { "description": "Filter expression for attributes (supports eq, ne, co, sw, ew, pr, lt, le, gt, ge)", "key": "filter", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"schemas\": [\n \"\",\n \"\"\n ],\n \"detail\": \"\",\n \"status\": \"\",\n \"scimType\": \"\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-a9d27b31-cc52-4b80-adcd-3923303ddfa2" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-77995bb2-26b8-46dd-a0c1-2ddad4481248" } ], "id": "38a15c7c-8942-402a-9f5c-13869e9f457c", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-38a15c7c-8942-402a-9f5c-13869e9f457c" } ], "id": "959fbf0f-6df7-4f29-ac78-f04479bcae7e", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-959fbf0f-6df7-4f29-ac78-f04479bcae7e" } ], "id": "73dd51e4-f2c5-48c3-ab8d-0849638df6d1", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-73dd51e4-f2c5-48c3-ab8d-0849638df6d1" }, { "name": "webhook-events", "item": [ { "name": "replay", "item": [ { "name": "Replay Webhook Events", "id": "37461156-54c1-4465-b053-1830bb3ae27d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company:read company:write company_admin company_management convert_currency:read country:read employment_documents employment_payments employments help_center_article:read invoices payroll payroll_calendar:read pricing_plan:read pricing_plan:write time_and_attendance webhook:read webhook:write", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-events/replay", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-events", "replay" ] }, "description": "Replay webhook events\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | - | Manage webhooks (`webhook:write`) |\n" }, "response": [ { "id": "d9e9510a-bac4-4fcf-8d6e-9baae4803a41", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-events/replay", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-events", "replay" ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-d9e9510a-bac4-4fcf-8d6e-9baae4803a41" }, { "id": "bee51a07-da56-4729-8b77-2bb477bebba7", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-events/replay", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-events", "replay" ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-bee51a07-da56-4729-8b77-2bb477bebba7" }, { "id": "26fdbbbe-f4f6-4be4-b104-712fc92ae369", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-events/replay", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-events", "replay" ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-26fdbbbe-f4f6-4be4-b104-712fc92ae369" }, { "id": "4b7e9163-2fcf-47c8-baf7-db55ad3d91ba", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-events/replay", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-events", "replay" ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-4b7e9163-2fcf-47c8-baf7-db55ad3d91ba" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-37461156-54c1-4465-b053-1830bb3ae27d" } ], "id": "f7ab77ab-19e0-41dc-a076-4b5f61d6bcd3", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-f7ab77ab-19e0-41dc-a076-4b5f61d6bcd3" }, { "name": "List Webhook Events", "id": "b7f780c8-7b31-46d5-b48c-7540530fd6ca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company:read company:write company_admin company_management convert_currency:read country:read employment_documents employment_payments employments help_center_article:read invoices payroll payroll_calendar:read pricing_plan:read pricing_plan:write time_and_attendance webhook:read webhook:write", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/webhook-events?event_type=&successfully_delivered=&company_id=&before=&after=&order=desc&sort_by=first_triggered_at&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-events" ], "query": [ { "description": "Filter by webhook event type", "key": "event_type", "value": "" }, { "description": "Filter by delivery status (true = 200, false = 4xx/5xx)", "key": "successfully_delivered", "value": "" }, { "description": "Filter by company ID", "key": "company_id", "value": "" }, { "description": "Filter by date before (ISO 8601 format)", "key": "before", "value": "" }, { "description": "Filter by date after (ISO 8601 format)", "key": "after", "value": "" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Field to sort by", "key": "sort_by", "value": "first_triggered_at" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] }, "description": "List all webhook events\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | View webhooks (`webhook:read`) | Manage webhooks (`webhook:write`) |\n" }, "response": [ { "id": "70a16ad7-64d3-4801-a8bb-c6fcdb938320", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/webhook-events?event_type=&successfully_delivered=&company_id=&before=&after=&order=desc&sort_by=first_triggered_at&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-events" ], "query": [ { "description": "Filter by webhook event type", "key": "event_type", "value": "" }, { "description": "Filter by delivery status (true = 200, false = 4xx/5xx)", "key": "successfully_delivered", "value": "" }, { "description": "Filter by company ID", "key": "company_id", "value": "" }, { "description": "Filter by date before (ISO 8601 format)", "key": "before", "value": "" }, { "description": "Filter by date after (ISO 8601 format)", "key": "after", "value": "" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Field to sort by", "key": "sort_by", "value": "first_triggered_at" }, { "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 \"total_count\": \"\",\n \"total_pages\": \"\",\n \"webhook_events\": [\n {\n \"id\": \"\",\n \"event_type\": \"\",\n \"successfully_delivered\": \"\",\n \"company_id\": \"\",\n \"first_triggered_at\": \"\",\n \"last_triggered_at\": \"\"\n },\n {\n \"id\": \"\",\n \"event_type\": \"\",\n \"successfully_delivered\": \"\",\n \"company_id\": \"\",\n \"first_triggered_at\": \"\",\n \"last_triggered_at\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-70a16ad7-64d3-4801-a8bb-c6fcdb938320" }, { "id": "b3bb8167-9651-4ea5-9e30-c3fb0eda37e6", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/webhook-events?event_type=&successfully_delivered=&company_id=&before=&after=&order=desc&sort_by=first_triggered_at&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-events" ], "query": [ { "description": "Filter by webhook event type", "key": "event_type", "value": "" }, { "description": "Filter by delivery status (true = 200, false = 4xx/5xx)", "key": "successfully_delivered", "value": "" }, { "description": "Filter by company ID", "key": "company_id", "value": "" }, { "description": "Filter by date before (ISO 8601 format)", "key": "before", "value": "" }, { "description": "Filter by date after (ISO 8601 format)", "key": "after", "value": "" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Field to sort by", "key": "sort_by", "value": "first_triggered_at" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-b3bb8167-9651-4ea5-9e30-c3fb0eda37e6" }, { "id": "949e777e-d700-471f-8f94-1dbf9af58380", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/webhook-events?event_type=&successfully_delivered=&company_id=&before=&after=&order=desc&sort_by=first_triggered_at&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-events" ], "query": [ { "description": "Filter by webhook event type", "key": "event_type", "value": "" }, { "description": "Filter by delivery status (true = 200, false = 4xx/5xx)", "key": "successfully_delivered", "value": "" }, { "description": "Filter by company ID", "key": "company_id", "value": "" }, { "description": "Filter by date before (ISO 8601 format)", "key": "before", "value": "" }, { "description": "Filter by date after (ISO 8601 format)", "key": "after", "value": "" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Field to sort by", "key": "sort_by", "value": "first_triggered_at" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-949e777e-d700-471f-8f94-1dbf9af58380" }, { "id": "301bcee6-2790-4fe2-9fa7-d256026792de", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/webhook-events?event_type=&successfully_delivered=&company_id=&before=&after=&order=desc&sort_by=first_triggered_at&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-events" ], "query": [ { "description": "Filter by webhook event type", "key": "event_type", "value": "" }, { "description": "Filter by delivery status (true = 200, false = 4xx/5xx)", "key": "successfully_delivered", "value": "" }, { "description": "Filter by company ID", "key": "company_id", "value": "" }, { "description": "Filter by date before (ISO 8601 format)", "key": "before", "value": "" }, { "description": "Filter by date after (ISO 8601 format)", "key": "after", "value": "" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Field to sort by", "key": "sort_by", "value": "first_triggered_at" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-301bcee6-2790-4fe2-9fa7-d256026792de" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-b7f780c8-7b31-46d5-b48c-7540530fd6ca" } ], "id": "4e047b8d-8715-4160-bb75-519384592848", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-4e047b8d-8715-4160-bb75-519384592848" }, { "name": "webhook-callbacks", "item": [ { "name": "{id}", "item": [ { "name": "Delete a Webhook Callback", "id": "4d6d9356-1730-417e-9c6c-40f335e37b74", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/webhook-callbacks/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks", ":id" ], "variable": [ { "id": "6e4c5808-5d70-49ea-b233-4ba707f47d3d", "key": "id", "value": "", "description": "(Required) Webhook Callback ID" } ] }, "description": "Delete a callback previously registered for webhooks\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | - | Manage webhooks (`webhook:write`) |\n" }, "response": [ { "id": "c1f364e1-dc62-4ca1-a171-d292bc91f660", "name": "Success", "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/webhook-callbacks/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks", ":id" ], "variable": [ { "key": "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-c1f364e1-dc62-4ca1-a171-d292bc91f660" }, { "id": "7934689d-59b9-4890-aecb-f69fab3d2127", "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/webhook-callbacks/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks", ":id" ], "variable": [ { "key": "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-7934689d-59b9-4890-aecb-f69fab3d2127" }, { "id": "f35018db-39e1-4a90-82cc-f004a9b714bc", "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/webhook-callbacks/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks", ":id" ], "variable": [ { "key": "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-f35018db-39e1-4a90-82cc-f004a9b714bc" }, { "id": "c1e5130a-b77f-4e0a-b2cb-bc3b003264b2", "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/webhook-callbacks/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks", ":id" ], "variable": [ { "key": "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-c1e5130a-b77f-4e0a-b2cb-bc3b003264b2" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-4d6d9356-1730-417e-9c6c-40f335e37b74" }, { "name": "Update a Webhook Callback", "id": "fe150262-5304-443a-8622-846918ac2c25", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"subscribe_to_all_events\": \"\",\n \"subscribed_events\": [\n \"company.manager_deleted\",\n \"company.owner_changed\"\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-callbacks/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks", ":id" ], "variable": [ { "id": "bbc5f833-8e09-400b-bde8-a5361ff4ea04", "key": "id", "value": "", "description": "(Required) Webhook Callback ID" } ] }, "description": "Update a callback previously registered for webhooks\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | - | Manage webhooks (`webhook:write`) |\n" }, "response": [ { "id": "ee35cfa8-10e7-4f58-85de-9df93133ed2f", "name": "Success", "originalRequest": { "method": "PATCH", "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 \"subscribe_to_all_events\": \"\",\n \"subscribed_events\": [\n \"company.manager_deleted\",\n \"company.owner_changed\"\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-callbacks/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"webhook_callback\": {\n \"id\": \"\",\n \"url\": \"\",\n \"signing_key\": \"\",\n \"subscribe_to_all_events\": \"\",\n \"subscribed_events\": [\n \"expense.updated\",\n \"employment.onboarding_task.completed\"\n ]\n }\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-ee35cfa8-10e7-4f58-85de-9df93133ed2f" }, { "id": "77080fcb-45b4-462b-b9eb-ed90ce58b0d2", "name": "Unauthorized", "originalRequest": { "method": "PATCH", "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 \"subscribe_to_all_events\": \"\",\n \"subscribed_events\": [\n \"company.manager_deleted\",\n \"company.owner_changed\"\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-callbacks/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks", ":id" ], "variable": [ { "key": "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-77080fcb-45b4-462b-b9eb-ed90ce58b0d2" }, { "id": "66a17ae2-b7ae-4e2e-a29b-6a12193af048", "name": "Not Found", "originalRequest": { "method": "PATCH", "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 \"subscribe_to_all_events\": \"\",\n \"subscribed_events\": [\n \"company.manager_deleted\",\n \"company.owner_changed\"\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-callbacks/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks", ":id" ], "variable": [ { "key": "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-66a17ae2-b7ae-4e2e-a29b-6a12193af048" }, { "id": "a593b72d-7a37-46a1-bacb-f076c5404429", "name": "Unprocessable Entity", "originalRequest": { "method": "PATCH", "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 \"subscribe_to_all_events\": \"\",\n \"subscribed_events\": [\n \"company.manager_deleted\",\n \"company.owner_changed\"\n ],\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-callbacks/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks", ":id" ], "variable": [ { "key": "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-a593b72d-7a37-46a1-bacb-f076c5404429" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-fe150262-5304-443a-8622-846918ac2c25" } ], "id": "ab83e171-97ff-48ef-bed7-78103cedddea", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-ab83e171-97ff-48ef-bed7-78103cedddea" }, { "name": "Create a Webhook Callback", "id": "424ead3b-897a-47ea-9722-44c8c305ea4f", "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 \"url\": \"\",\n \"subscribe_to_all_events\": false,\n \"subscribed_events\": [\n \"employment.cor_hiring.proof_of_payment_accepted\",\n \"company.eor_hiring.reserve_payment_requested\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-callbacks", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks" ] }, "description": "Register a callback to be used for webhooks\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | - | Manage webhooks (`webhook:write`) |\n" }, "response": [ { "id": "6ca4d515-ffae-4bea-970d-457ba7bbe293", "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 \"url\": \"\",\n \"subscribe_to_all_events\": false,\n \"subscribed_events\": [\n \"employment.cor_hiring.proof_of_payment_accepted\",\n \"company.eor_hiring.reserve_payment_requested\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-callbacks", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"webhook_callback\": {\n \"id\": \"\",\n \"url\": \"\",\n \"signing_key\": \"\",\n \"subscribe_to_all_events\": \"\",\n \"subscribed_events\": [\n \"expense.updated\",\n \"employment.onboarding_task.completed\"\n ]\n }\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-6ca4d515-ffae-4bea-970d-457ba7bbe293" }, { "id": "c15439bb-0c99-4dd0-acf4-eba3564a13bb", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"subscribe_to_all_events\": false,\n \"subscribed_events\": [\n \"employment.cor_hiring.proof_of_payment_accepted\",\n \"company.eor_hiring.reserve_payment_requested\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-callbacks", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks" ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-c15439bb-0c99-4dd0-acf4-eba3564a13bb" }, { "id": "db9be279-3982-42f9-a7c8-3b60c5c51bfe", "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 \"url\": \"\",\n \"subscribe_to_all_events\": false,\n \"subscribed_events\": [\n \"employment.cor_hiring.proof_of_payment_accepted\",\n \"company.eor_hiring.reserve_payment_requested\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-callbacks", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks" ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-db9be279-3982-42f9-a7c8-3b60c5c51bfe" }, { "id": "b600ed65-a251-4a9f-86b3-7218d1c2b6a2", "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 \"url\": \"\",\n \"subscribe_to_all_events\": false,\n \"subscribed_events\": [\n \"employment.cor_hiring.proof_of_payment_accepted\",\n \"company.eor_hiring.reserve_payment_requested\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/webhook-callbacks", "host": [ "{{baseUrl}}" ], "path": [ "v1", "webhook-callbacks" ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-b600ed65-a251-4a9f-86b3-7218d1c2b6a2" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-424ead3b-897a-47ea-9722-44c8c305ea4f" } ], "id": "66d2d433-89bf-4f47-abc4-1623289c28ef", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-66d2d433-89bf-4f47-abc4-1623289c28ef" }, { "name": "custom-fields", "item": [ { "name": "{custom_field_id}", "item": [ { "name": "values", "item": [ { "name": "{employment_id}", "item": [ { "name": "Show a custom field value", "id": "3a858127-2123-4817-9a01-68e6bdc350db", "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/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "id": "d08d5ca4-3f80-4a53-a27b-f54cdf41a531", "key": "custom_field_id", "value": "", "description": "(Required) Custom field ID" }, { "id": "15420a7d-e13f-49d3-a801-ce272a21feea", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Returns a custom field value for a given employment\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View custom field values (`custom_field_value:read`) | Manage custom field values (`custom_field_value:write`) |\n" }, "response": [ { "id": "e9f53490-20d1-44f0-b103-110c125ed370", "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/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"custom_field_value\": {\n \"custom_field_id\": \"\",\n \"value\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-e9f53490-20d1-44f0-b103-110c125ed370" }, { "id": "65e8af6d-82a3-44cf-8b07-2a49fc8fbcad", "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/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-65e8af6d-82a3-44cf-8b07-2a49fc8fbcad" }, { "id": "2f6f026e-e057-494f-9a57-1e4fccf7dc79", "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/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-2f6f026e-e057-494f-9a57-1e4fccf7dc79" }, { "id": "1e518a69-46a4-4471-b92e-b838ed62af03", "name": "Unprocessable Entity", "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/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-1e518a69-46a4-4471-b92e-b838ed62af03" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-3a858127-2123-4817-9a01-68e6bdc350db" }, { "name": "Update a Custom Field Value", "id": "d433c2fb-30ea-48e7-9e9c-f382557d94b1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "id": "e95f9a02-8b42-41d5-baaf-d81fdb54b861", "key": "custom_field_id", "value": "", "description": "(Required) Custom field ID" }, { "id": "ca016989-6d0e-4706-81c1-b5a3a0d8ceae", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Updates a custom field value for a given employment.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage custom field values (`custom_field_value:write`) |\n" }, "response": [ { "id": "3bcc09df-b5d1-4afd-8930-186ad2d160a3", "name": "Success", "originalRequest": { "method": "PATCH", "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 \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"custom_field_value\": {\n \"custom_field_id\": \"\",\n \"value\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-3bcc09df-b5d1-4afd-8930-186ad2d160a3" }, { "id": "ce9f83ff-bec5-4cef-8661-17e460fce088", "name": "Unauthorized", "originalRequest": { "method": "PATCH", "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 \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-ce9f83ff-bec5-4cef-8661-17e460fce088" }, { "id": "4317d6bc-c527-4fd1-af56-0bf8433953c3", "name": "Forbidden", "originalRequest": { "method": "PATCH", "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 \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-4317d6bc-c527-4fd1-af56-0bf8433953c3" }, { "id": "b577c4d6-6ac9-4c6f-bef4-36a1734c90fd", "name": "Not Found", "originalRequest": { "method": "PATCH", "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 \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-b577c4d6-6ac9-4c6f-bef4-36a1734c90fd" }, { "id": "181a0221-b37d-4ba7-8f68-b9f70b0a313a", "name": "Unprocessable Entity", "originalRequest": { "method": "PATCH", "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 \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-181a0221-b37d-4ba7-8f68-b9f70b0a313a" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-d433c2fb-30ea-48e7-9e9c-f382557d94b1" }, { "name": "Update a Custom Field Value", "id": "9dd574f2-4a48-423b-91a9-ea276c845958", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "id": "77170179-4498-42d4-9054-36dabdc08a60", "key": "custom_field_id", "value": "", "description": "(Required) Custom field ID" }, { "id": "af8646c8-9c60-4e97-80ad-af40de70b0d2", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Updates a custom field value for a given employment.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage custom field values (`custom_field_value:write`) |\n" }, "response": [ { "id": "f2507cfe-0ffe-4a6f-8e3c-c91d5a08e1f3", "name": "Success", "originalRequest": { "method": "PUT", "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 \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"custom_field_value\": {\n \"custom_field_id\": \"\",\n \"value\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-f2507cfe-0ffe-4a6f-8e3c-c91d5a08e1f3" }, { "id": "4f7fdea0-b986-40aa-a2a2-6b9e348aff40", "name": "Unauthorized", "originalRequest": { "method": "PUT", "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 \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-4f7fdea0-b986-40aa-a2a2-6b9e348aff40" }, { "id": "22a4cd29-0f78-43a7-859c-0298ede58b8a", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-22a4cd29-0f78-43a7-859c-0298ede58b8a" }, { "id": "3c919de0-fdf4-43d1-a204-962e4d44bbba", "name": "Not Found", "originalRequest": { "method": "PUT", "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 \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-3c919de0-fdf4-43d1-a204-962e4d44bbba" }, { "id": "fe4593a2-6ad3-4a3c-b3fd-71afa1089460", "name": "Unprocessable Entity", "originalRequest": { "method": "PUT", "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 \"value\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields/:custom_field_id/values/:employment_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields", ":custom_field_id", "values", ":employment_id" ], "variable": [ { "key": "custom_field_id" }, { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-fe4593a2-6ad3-4a3c-b3fd-71afa1089460" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-9dd574f2-4a48-423b-91a9-ea276c845958" } ], "id": "4bcfdece-cb0b-4cb1-854a-b1692b707991", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-4bcfdece-cb0b-4cb1-854a-b1692b707991" } ], "id": "5a40d800-c272-418b-9835-cf15082d4e92", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-5a40d800-c272-418b-9835-cf15082d4e92" } ], "id": "a4a286a3-f18d-4997-b4b7-ba908a237b27", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-a4a286a3-f18d-4997-b4b7-ba908a237b27" }, { "name": "Lists custom fields definitions", "id": "059d755c-474e-46ff-b21a-e13812a29cb7", "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/custom-fields?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] }, "description": "Returns custom fields definitions\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage custom fields (`custom_field:write`) |\n" }, "response": [ { "id": "aa18de80-0049-41e8-b5f2-97565291f791", "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/custom-fields?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields" ], "query": [ { "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 \"custom_fields\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"integer\",\n \"required\": \"\",\n \"visibility_scope\": \"company_admin_only\",\n \"data_entry_access\": \"employee_only\",\n \"metadata\": {}\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"date\",\n \"required\": \"\",\n \"visibility_scope\": \"everyone\",\n \"data_entry_access\": \"company_admin_only\",\n \"metadata\": {}\n }\n ],\n \"total_count\": \"\",\n \"total_pages\": \"\"\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-aa18de80-0049-41e8-b5f2-97565291f791" }, { "id": "d572e356-f0e8-4163-b7bb-372b41735698", "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/custom-fields?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-d572e356-f0e8-4163-b7bb-372b41735698" }, { "id": "eaa1d8f5-8176-43b1-b278-894b0a55583b", "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/custom-fields?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields" ], "query": [ { "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-eaa1d8f5-8176-43b1-b278-894b0a55583b" }, { "id": "51583b71-b659-4e67-aa43-c293b59efcb3", "name": "Unprocessable Entity", "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/custom-fields?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-51583b71-b659-4e67-aa43-c293b59efcb3" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-059d755c-474e-46ff-b21a-e13812a29cb7" }, { "name": "Create Custom Field Definition", "id": "a51d3f17-e777-48e5-8678-b79d27c71e80", "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 \"name\": \"\",\n \"type\": \"link\",\n \"required\": \"\",\n \"data_entry_access\": \"everyone\",\n \"visibility_scope\": \"company_admin_only\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields" ] }, "description": "Creates a new custom field definition.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View custom fields (`custom_field:read`) | Manage custom fields (`custom_field:write`) |\n" }, "response": [ { "id": "29314451-7cfa-4bef-9993-e38d6e9b9cdc", "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 \"name\": \"\",\n \"type\": \"link\",\n \"required\": \"\",\n \"data_entry_access\": \"everyone\",\n \"visibility_scope\": \"company_admin_only\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"custom_field\": {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"date\",\n \"required\": \"\",\n \"visibility_scope\": \"everyone\",\n \"data_entry_access\": \"everyone\",\n \"metadata\": {}\n }\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-29314451-7cfa-4bef-9993-e38d6e9b9cdc" }, { "id": "82e09c70-fa4b-47cc-b9bb-5f9f9ed9bc1e", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"link\",\n \"required\": \"\",\n \"data_entry_access\": \"everyone\",\n \"visibility_scope\": \"company_admin_only\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields" ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-82e09c70-fa4b-47cc-b9bb-5f9f9ed9bc1e" }, { "id": "f2bcf25f-ab68-4a93-9d8e-c253bc3a2ac7", "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 \"name\": \"\",\n \"type\": \"link\",\n \"required\": \"\",\n \"data_entry_access\": \"everyone\",\n \"visibility_scope\": \"company_admin_only\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields" ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-f2bcf25f-ab68-4a93-9d8e-c253bc3a2ac7" }, { "id": "e696ef64-021a-4249-b2be-44ae1d7efb77", "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 \"name\": \"\",\n \"type\": \"link\",\n \"required\": \"\",\n \"data_entry_access\": \"everyone\",\n \"visibility_scope\": \"company_admin_only\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/custom-fields", "host": [ "{{baseUrl}}" ], "path": [ "v1", "custom-fields" ] } }, "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-e696ef64-021a-4249-b2be-44ae1d7efb77" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-a51d3f17-e777-48e5-8678-b79d27c71e80" } ], "id": "c3142256-acb7-41de-9838-b6fd2e356382", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-c3142256-acb7-41de-9838-b6fd2e356382" }, { "name": "employments", "item": [ { "name": "{employment_id}", "item": [ { "name": "custom-fields", "item": [ { "name": "List custom field value for an employment", "id": "2e72aebd-5ecb-4dfd-8586-2f8bc3d3b30b", "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/employments/:employment_id/custom-fields?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "custom-fields" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ], "variable": [ { "id": "6e5e140f-9d1b-450c-a3ec-7a2a70fc84e2", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Returns a list of custom field values for a given employment\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View custom field values (`custom_field_value:read`) | Manage custom field values (`custom_field_value:write`) |\n" }, "response": [ { "id": "74295103-7354-4af7-b096-13fb4fc3a5a2", "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/employments/:employment_id/custom-fields?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "custom-fields" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ], "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 \"current_page\": \"\",\n \"custom_field_values\": [\n {\n \"custom_field_id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n {\n \"custom_field_id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"total_count\": \"\",\n \"total_pages\": \"\"\n }\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-74295103-7354-4af7-b096-13fb4fc3a5a2" }, { "id": "d3d8e977-886f-48e7-9c72-88b7a4fd9d49", "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/employments/:employment_id/custom-fields?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "custom-fields" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ], "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-d3d8e977-886f-48e7-9c72-88b7a4fd9d49" }, { "id": "35a58401-6dc2-4052-8931-b56dd7b20df5", "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/employments/:employment_id/custom-fields?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "custom-fields" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ], "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-35a58401-6dc2-4052-8931-b56dd7b20df5" }, { "id": "c1d56575-bddd-4912-ae80-f0b6cab2bdf2", "name": "Unprocessable Entity", "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/employments/:employment_id/custom-fields?page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "custom-fields" ], "query": [ { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ], "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:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-c1d56575-bddd-4912-ae80-f0b6cab2bdf2" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-2e72aebd-5ecb-4dfd-8586-2f8bc3d3b30b" } ], "id": "99ea636a-f7d8-4739-9917-2c993244a0fc", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-99ea636a-f7d8-4739-9917-2c993244a0fc" } ], "id": "c1e1c297-574a-4c3b-ac63-f23e5ebdc116", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-c1e1c297-574a-4c3b-ac63-f23e5ebdc116" } ], "id": "daba016d-b1f7-4692-b8d6-1e580a151ef3", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-daba016d-b1f7-4692-b8d6-1e580a151ef3" }, { "name": "companies", "item": [ { "name": "{company_id}", "item": [ { "name": "webhook-callbacks", "item": [ { "name": "List Webhook Callbacks", "id": "3fe59a3d-e60d-4eae-9b5b-d5b87472a2d1", "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/companies/:company_id/webhook-callbacks", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "webhook-callbacks" ], "variable": [ { "id": "6a285928-ad5b-4569-a9c6-13af888a1b0d", "key": "company_id", "value": "", "description": "(Required) Company ID" } ] }, "description": "List callbacks for a given company\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | View webhooks (`webhook:read`) | Manage webhooks (`webhook:write`) |\n" }, "response": [ { "id": "7297d790-97a0-4d1c-adc0-39801f310795", "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/companies/:company_id/webhook-callbacks", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "webhook-callbacks" ], "variable": [ { "key": "company_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"url\": \"\",\n \"signing_key\": \"\",\n \"subscribe_to_all_events\": \"\",\n \"subscribed_events\": [\n \"identity_verification.verification_required\",\n \"offboarding.submitted\"\n ]\n },\n {\n \"id\": \"\",\n \"url\": \"\",\n \"signing_key\": \"\",\n \"subscribe_to_all_events\": \"\",\n \"subscribed_events\": [\n \"contract_amendment.canceled\",\n \"sso_configuration.updated\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-7297d790-97a0-4d1c-adc0-39801f310795" }, { "id": "69c55247-90e5-4fd7-8359-5621a3482d5e", "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/companies/:company_id/webhook-callbacks", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "webhook-callbacks" ], "variable": [ { "key": "company_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-69c55247-90e5-4fd7-8359-5621a3482d5e" }, { "id": "1d17c264-7d95-48d7-b126-fe0d655a43f6", "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/companies/:company_id/webhook-callbacks", "host": [ "{{baseUrl}}" ], "path": [ "v1", "companies", ":company_id", "webhook-callbacks" ], "variable": [ { "key": "company_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-1d17c264-7d95-48d7-b126-fe0d655a43f6" } ], "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-3fe59a3d-e60d-4eae-9b5b-d5b87472a2d1" } ], "id": "428e26ea-e449-44bc-aabf-947ffca9db5c", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-428e26ea-e449-44bc-aabf-947ffca9db5c" } ], "id": "59309a89-b321-4cb9-b5e1-350fcbc159fa", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-59309a89-b321-4cb9-b5e1-350fcbc159fa" } ], "id": "e2c98f28-7fbd-4334-bc0b-b5efcf3214ef", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-e2c98f28-7fbd-4334-bc0b-b5efcf3214ef" } ], "id": "1f2b5c10-f723-4c27-88bb-c0bd73278ed1", "createdAt": "2026-07-28T02:46:37.000Z", "updatedAt": "2026-07-28T02:46:37.000Z", "uid": "35240-1f2b5c10-f723-4c27-88bb-c0bd73278ed1" } ], "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/" } ] }