{ "info": { "_postman_id": "c01236de-74be-4774-9e24-5341d6c1c4db", "name": "Remote Address Details Federal Taxes API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:46:20.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "lastUpdatedBy": "35240", "uid": "35240-c01236de-74be-4774-9e24-5341d6c1c4db" }, "item": [ { "name": "v2", "item": [ { "name": "employments", "item": [ { "name": "{employment_id}", "item": [ { "name": "federal-taxes", "item": [ { "name": "Update federal taxes", "id": "286d8f68-0fdb-4458-8fbd-626c53557391", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "id": "560f55fd-4db9-4ce4-a0ef-86e43eb15ae5", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Updates employment's federal taxes.\n\nRequirements to update federal taxes successfully:\n* Employment should be Global Payroll\n* Employment should be in the post-enrollment state\n* Employment should belong to USA\n\nThis endpoint requires and returns country-specific data. The exact required and returned fields will\nvary depending on which country the employment is in. To see the list of parameters for each country,\nsee the **Show form schema** endpoint under the [Countries](#tag/Countries) category.\n\nPlease note that the compliance requirements for each country are subject to change according to local\nlaws. Given its continual updates, using Remote's [json-schema-form](https://developer.remote.com/docs/how-json-schemas-work) should be considered in order to avoid\ncompliance issues and to have the latest version of a country requirements.\n\nIf you are using this endpoint to build an integration, make sure you are dynamically collecting or\ndisplaying the latest parameters for each country by querying the _\"Show form schema\"_ endpoint.\n\nFor more information on JSON Schemas, see the **How JSON Schemas work** documentation.\n\nTo learn how you can dynamically generate forms to display in your UI, see the documentation for\nthe [json-schema-form](https://developer.remote.com/docs/how-json-schemas-work) tool.\n\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "39f0ea89-88ca-4ff8-b858-920e296078a6", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-39f0ea89-88ca-4ff8-b858-920e296078a6" }, { "id": "70cead61-546f-44f6-9219-a66626db8254", "name": "Bad Request", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-70cead61-546f-44f6-9219-a66626db8254" }, { "id": "1e341f54-4644-4185-af7c-4b3bf33d5bfc", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-1e341f54-4644-4185-af7c-4b3bf33d5bfc" }, { "id": "c47c0cc8-ae8a-49a4-81a0-4d77f5a460f3", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "federal-taxes" ], "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:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-c47c0cc8-ae8a-49a4-81a0-4d77f5a460f3" }, { "id": "852aa1f7-e4ce-4232-9610-72e37797ea1a", "name": "Conflict", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-852aa1f7-e4ce-4232-9610-72e37797ea1a" }, { "id": "7501d730-9166-4b07-b876-4575a069df3f", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "federal-taxes" ], "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:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-7501d730-9166-4b07-b876-4575a069df3f" }, { "id": "8d03f451-08cf-4aff-b9c4-acb5fafcf3c1", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Too many requests\"\n}", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-8d03f451-08cf-4aff-b9c4-acb5fafcf3c1" } ], "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-286d8f68-0fdb-4458-8fbd-626c53557391" } ], "id": "f982719c-98ee-46c4-a0c8-53fdf1f8a22f", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-f982719c-98ee-46c4-a0c8-53fdf1f8a22f" } ], "id": "c37d934b-d67b-4f0d-90de-ed2138e76640", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-c37d934b-d67b-4f0d-90de-ed2138e76640" } ], "id": "444d9bf7-be94-4a28-b155-f42971dd3d3b", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-444d9bf7-be94-4a28-b155-f42971dd3d3b" } ], "id": "3eb91340-e4f2-489a-81dd-7b3e53b5efb7", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-3eb91340-e4f2-489a-81dd-7b3e53b5efb7" }, { "name": "v1", "item": [ { "name": "employments", "item": [ { "name": "{employment_id}", "item": [ { "name": "federal-taxes", "item": [ { "name": "Update federal taxes", "id": "f717f8e1-b8b8-4d2a-acc4-1f7cc66a6c4f", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "id": "d4047426-ef11-4608-a14b-ba81e51e7e0f", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Updates employment's federal taxes.\n\nRequirements to update federal taxes successfully:\n* Employment should be Global Payroll\n* Employment should be in the post-enrollment state\n* Employment should belong to USA\n\nThis endpoint requires and returns country-specific data. The exact required and returned fields will\nvary depending on which country the employment is in. To see the list of parameters for each country,\nsee the **Show form schema** endpoint under the [Countries](#tag/Countries) category.\n\nPlease note that the compliance requirements for each country are subject to change according to local\nlaws. Given its continual updates, using Remote's [json-schema-form](https://developer.remote.com/docs/how-json-schemas-work) should be considered in order to avoid\ncompliance issues and to have the latest version of a country requirements.\n\nIf you are using this endpoint to build an integration, make sure you are dynamically collecting or\ndisplaying the latest parameters for each country by querying the _\"Show form schema\"_ endpoint.\n\nFor more information on JSON Schemas, see the **How JSON Schemas work** documentation.\n\nTo learn how you can dynamically generate forms to display in your UI, see the documentation for\nthe [json-schema-form](https://developer.remote.com/docs/how-json-schemas-work) tool.\n\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "85b158cc-d335-4b11-b177-f940dd543f1c", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-85b158cc-d335-4b11-b177-f940dd543f1c" }, { "id": "38a8f3ae-7571-4ba3-9194-e80508c22e73", "name": "Bad Request", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-38a8f3ae-7571-4ba3-9194-e80508c22e73" }, { "id": "855c7404-3797-48e1-95d1-2610af1c314c", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-855c7404-3797-48e1-95d1-2610af1c314c" }, { "id": "1a0f70d0-0950-43a6-b6ea-df4c19ce5a6e", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "federal-taxes" ], "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:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-1a0f70d0-0950-43a6-b6ea-df4c19ce5a6e" }, { "id": "34446470-cd27-471b-90ff-6374592dc34c", "name": "Conflict", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-34446470-cd27-471b-90ff-6374592dc34c" }, { "id": "78e0d669-a1f6-4e38-aa9d-d9f1103a557b", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "federal-taxes" ], "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:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-78e0d669-a1f6-4e38-aa9d-d9f1103a557b" }, { "id": "4ef9d912-1259-492b-b8cb-14d8f6e92b4e", "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 \"federal_taxes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/employments/:employment_id/federal-taxes", "host": [ "{{baseUrl}}" ], "path": [ "v1", "employments", ":employment_id", "federal-taxes" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Too many requests\"\n}", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-4ef9d912-1259-492b-b8cb-14d8f6e92b4e" } ], "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-f717f8e1-b8b8-4d2a-acc4-1f7cc66a6c4f" } ], "id": "a631ffdc-f730-4aeb-9c12-e932239bdf84", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-a631ffdc-f730-4aeb-9c12-e932239bdf84" } ], "id": "4d2f9458-8a73-4514-a7bc-1f6fff8d3521", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-4d2f9458-8a73-4514-a7bc-1f6fff8d3521" } ], "id": "e230044e-7e86-40cc-ada7-6b13a6ce291a", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-e230044e-7e86-40cc-ada7-6b13a6ce291a" } ], "id": "635ccd20-71a8-4ee5-a523-8b7e8603ce4e", "createdAt": "2026-07-28T02:46:21.000Z", "updatedAt": "2026-07-28T02:46:21.000Z", "uid": "35240-635ccd20-71a8-4ee5-a523-8b7e8603ce4e" } ], "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/" } ] }