{ "info": { "_postman_id": "b605ac93-a386-49b6-984f-3f0fac931902", "name": "Remote Address Details Webhooks API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "lastUpdatedBy": "35240", "uid": "35240-b605ac93-a386-49b6-984f-3f0fac931902" }, "item": [ { "name": "v1", "item": [ { "name": "webhook-callbacks", "item": [ { "name": "{id}", "item": [ { "name": "Delete a Webhook Callback", "id": "be9c99c1-f95b-4c0d-8bee-2137ab99eb8d", "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": "63401710-1bfb-40f5-a508-880b866d0b6a", "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": "8f6b1678-3367-482a-a06d-a1484d0d4dd9", "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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-8f6b1678-3367-482a-a06d-a1484d0d4dd9" }, { "id": "33af8b33-243a-43a2-ab99-8725c4095557", "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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-33af8b33-243a-43a2-ab99-8725c4095557" }, { "id": "af2bff6f-7264-4614-b277-6dc6519a857d", "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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-af2bff6f-7264-4614-b277-6dc6519a857d" }, { "id": "2674066c-c61e-4424-887c-33d1aca41169", "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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-2674066c-c61e-4424-887c-33d1aca41169" } ], "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-be9c99c1-f95b-4c0d-8bee-2137ab99eb8d" }, { "name": "Update a Webhook Callback", "id": "0acaa1db-9fc2-4297-be6b-f6b595021fec", "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 \"timeoff.requested\",\n \"employment.probation.period_ending_reminder_sent\"\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": "40ee7aec-fc58-4296-9a70-2e45c2a23b5b", "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": "84d0011d-53e9-49ca-b761-a416fca28c8e", "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 \"timeoff.requested\",\n \"employment.probation.period_ending_reminder_sent\"\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 \"employment.eor_hiring.proof_of_payment_accepted\",\n \"incentive.paid\"\n ]\n }\n }\n}", "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-84d0011d-53e9-49ca-b761-a416fca28c8e" }, { "id": "d6a20595-d441-4fd5-b9a6-c3f1aa0949f0", "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 \"timeoff.requested\",\n \"employment.probation.period_ending_reminder_sent\"\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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-d6a20595-d441-4fd5-b9a6-c3f1aa0949f0" }, { "id": "7290d176-6630-4208-bd8a-30d5734f9213", "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 \"timeoff.requested\",\n \"employment.probation.period_ending_reminder_sent\"\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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-7290d176-6630-4208-bd8a-30d5734f9213" }, { "id": "0e92852e-6c31-4f39-b10f-b9b2b97c7366", "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 \"timeoff.requested\",\n \"employment.probation.period_ending_reminder_sent\"\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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-0e92852e-6c31-4f39-b10f-b9b2b97c7366" } ], "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-0acaa1db-9fc2-4297-be6b-f6b595021fec" } ], "id": "a4e0ae09-540d-4838-9d2e-8f8238efde4c", "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-a4e0ae09-540d-4838-9d2e-8f8238efde4c" }, { "name": "Create a Webhook Callback", "id": "e8391fb5-9441-4749-8cb2-e2dd07f845a5", "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 \"timeoff.taken\",\n \"contract_amendment.submitted\"\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": "287ce5fa-da88-4645-a1ee-0833d5031b4e", "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 \"timeoff.taken\",\n \"contract_amendment.submitted\"\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 \"employment.eor_hiring.proof_of_payment_accepted\",\n \"incentive.paid\"\n ]\n }\n }\n}", "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-287ce5fa-da88-4645-a1ee-0833d5031b4e" }, { "id": "911c06a5-9838-4d63-a442-679657370435", "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 \"timeoff.taken\",\n \"contract_amendment.submitted\"\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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-911c06a5-9838-4d63-a442-679657370435" }, { "id": "f4a32718-8333-46b7-b6da-5a248646b5db", "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 \"timeoff.taken\",\n \"contract_amendment.submitted\"\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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-f4a32718-8333-46b7-b6da-5a248646b5db" }, { "id": "452ef6c9-7d86-4183-9477-f475a0fb8121", "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 \"timeoff.taken\",\n \"contract_amendment.submitted\"\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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-452ef6c9-7d86-4183-9477-f475a0fb8121" } ], "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-e8391fb5-9441-4749-8cb2-e2dd07f845a5" } ], "id": "52da9a45-5c06-4f0e-b07a-d01cf3cc2893", "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-52da9a45-5c06-4f0e-b07a-d01cf3cc2893" }, { "name": "companies", "item": [ { "name": "{company_id}", "item": [ { "name": "webhook-callbacks", "item": [ { "name": "List Webhook Callbacks", "id": "331952f5-1c9b-4c69-9038-ee7efb690959", "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": "7359409d-41c6-4233-a3c7-003d60ba63e8", "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": "f2ce6101-96e7-4b4d-bc8f-3f3865c24858", "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 \"offboarding.submitted\",\n \"work_authorization.approved_by_manager\"\n ]\n },\n {\n \"id\": \"\",\n \"url\": \"\",\n \"signing_key\": \"\",\n \"subscribe_to_all_events\": \"\",\n \"subscribed_events\": [\n \"incentive.updated\",\n \"expense.reimbursed\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-f2ce6101-96e7-4b4d-bc8f-3f3865c24858" }, { "id": "8bd694cb-8098-4260-9c23-4fdea08e1660", "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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-8bd694cb-8098-4260-9c23-4fdea08e1660" }, { "id": "bc9aea95-936f-485d-986a-c437277f78bd", "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:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-bc9aea95-936f-485d-986a-c437277f78bd" } ], "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-331952f5-1c9b-4c69-9038-ee7efb690959" } ], "id": "184137dc-3663-466b-9128-cde896fd858d", "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-184137dc-3663-466b-9128-cde896fd858d" } ], "id": "15fa0f22-7f12-4fa2-89fe-dd137486b537", "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-15fa0f22-7f12-4fa2-89fe-dd137486b537" } ], "id": "c12644c3-a0b9-4c03-91fc-dff48d26c345", "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-c12644c3-a0b9-4c03-91fc-dff48d26c345" } ], "id": "e868bf21-bb26-4e2d-913d-9daae958a06f", "createdAt": "2026-07-28T02:48:06.000Z", "updatedAt": "2026-07-28T02:48:06.000Z", "uid": "35240-e868bf21-bb26-4e2d-913d-9daae958a06f" } ], "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/" } ] }