{ "info": { "_postman_id": "3dd70432-3bd0-4f32-8a1d-c458b706e3df", "name": "Remote Address Details Risk Reserve API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "lastUpdatedBy": "35240", "uid": "35240-3dd70432-3bd0-4f32-8a1d-c458b706e3df" }, "item": [ { "name": "v1", "item": [ { "name": "risk-reserve", "item": [ { "name": "Create risk reserve", "id": "7ddbcc25-b49c-45ad-92d1-53e2f32bfb0b", "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 \"employment_slug\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/risk-reserve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "risk-reserve" ] }, "description": "Create a new risk reserve\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | - | Manage risk reserves (`risk_reserve:write`) |\n" }, "response": [ { "id": "44a98d3c-5451-47b2-b787-93b33b142ebc", "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 \"employment_slug\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/risk-reserve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "risk-reserve" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:43.000Z", "updatedAt": "2026-07-28T02:47:43.000Z", "uid": "35240-44a98d3c-5451-47b2-b787-93b33b142ebc" }, { "id": "608ebe7e-c01f-41bb-a252-50386ed05fa8", "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 \"employment_slug\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/risk-reserve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "risk-reserve" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:47:43.000Z", "updatedAt": "2026-07-28T02:47:43.000Z", "uid": "35240-608ebe7e-c01f-41bb-a252-50386ed05fa8" }, { "id": "a14e250a-b8e5-4e57-8f2c-5c1a270d146c", "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 \"employment_slug\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/risk-reserve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "risk-reserve" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:43.000Z", "updatedAt": "2026-07-28T02:47:43.000Z", "uid": "35240-a14e250a-b8e5-4e57-8f2c-5c1a270d146c" }, { "id": "2f38d4f6-ddcb-41d2-ab4b-b29a1c794a97", "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 \"employment_slug\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/risk-reserve", "host": [ "{{baseUrl}}" ], "path": [ "v1", "risk-reserve" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:47:43.000Z", "updatedAt": "2026-07-28T02:47:43.000Z", "uid": "35240-2f38d4f6-ddcb-41d2-ab4b-b29a1c794a97" } ], "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-7ddbcc25-b49c-45ad-92d1-53e2f32bfb0b" } ], "id": "89096b93-b20d-44c5-8319-71facf55c80e", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-89096b93-b20d-44c5-8319-71facf55c80e" }, { "name": "employments", "item": [ { "name": "{employment_id}", "item": [ { "name": "risk-reserve-proof-of-payments", "item": [ { "name": "Submit risk reserve proof of payment", "id": "2d997363-e5cd-478a-811b-92a8d2fd01d0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The proof of payment file (PDF)", "key": "file", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/risk-reserve-proof-of-payments", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "risk-reserve-proof-of-payments" ], "variable": [ { "id": "b3009c11-be26-4b83-aded-6af65de2a3c8", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Submits a proof of payment document for a risk reserve associated with an employment.\n\nTriggers an `employment.cor_hiring.proof_of_payment_submitted` webhook event.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | - | Manage risk reserves (`risk_reserve:write`) |\n" }, "response": [ { "id": "cd40031b-1c9d-411b-9416-a91124154eff", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The proof of payment file (PDF)", "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/risk-reserve-proof-of-payments", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "risk-reserve-proof-of-payments" ], "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 \"slug\": \"\",\n \"status\": \"rejected\"\n }\n}", "createdAt": "2026-07-28T02:47:43.000Z", "updatedAt": "2026-07-28T02:47:43.000Z", "uid": "35240-cd40031b-1c9d-411b-9416-a91124154eff" }, { "id": "fc7db28c-379b-4832-a23e-b9cf69cc0ab6", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The proof of payment file (PDF)", "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/risk-reserve-proof-of-payments", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "risk-reserve-proof-of-payments" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:47:43.000Z", "updatedAt": "2026-07-28T02:47:43.000Z", "uid": "35240-fc7db28c-379b-4832-a23e-b9cf69cc0ab6" }, { "id": "8b99b832-77a6-4bfe-bf0f-648cfa157f49", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The proof of payment file (PDF)", "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/risk-reserve-proof-of-payments", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "risk-reserve-proof-of-payments" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:43.000Z", "updatedAt": "2026-07-28T02:47:43.000Z", "uid": "35240-8b99b832-77a6-4bfe-bf0f-648cfa157f49" }, { "id": "99aaa979-8602-406e-9d8e-57b22652a6cb", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The proof of payment file (PDF)", "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/risk-reserve-proof-of-payments", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "risk-reserve-proof-of-payments" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:47:43.000Z", "updatedAt": "2026-07-28T02:47:43.000Z", "uid": "35240-99aaa979-8602-406e-9d8e-57b22652a6cb" } ], "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-2d997363-e5cd-478a-811b-92a8d2fd01d0" } ], "id": "56d82aec-d433-493a-bf7f-259eb195b020", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-56d82aec-d433-493a-bf7f-259eb195b020" } ], "id": "80e53a82-5cf2-4f04-b55f-efbc6142bb0a", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-80e53a82-5cf2-4f04-b55f-efbc6142bb0a" } ], "id": "bd772aa4-d87a-42cd-b964-a204f3b48821", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-bd772aa4-d87a-42cd-b964-a204f3b48821" } ], "id": "d99e0fb7-7e35-4d3b-ab55-ed496c5c11cb", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-d99e0fb7-7e35-4d3b-ab55-ed496c5c11cb" } ], "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/" } ] }