{ "info": { "_postman_id": "23968dc6-aa38-4ac4-8d0f-b92ee0bdcf52", "name": "Remote Address Details Resignations API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:47:41.000Z", "updatedAt": "2026-07-28T02:47:41.000Z", "lastUpdatedBy": "35240", "uid": "35240-23968dc6-aa38-4ac4-8d0f-b92ee0bdcf52" }, "item": [ { "name": "v1", "item": [ { "name": "resignations", "item": [ { "name": "{offboarding_request_id}", "item": [ { "name": "resignation-letter", "item": [ { "name": "Download a resignation letter", "id": "7e0f92db-4752-4dc2-a58a-5aeaebf9cbce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/msword" } ], "url": { "raw": "{{baseUrl}}/v1/resignations/:offboarding_request_id/resignation-letter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "resignation-letter" ], "variable": [ { "id": "e16f317f-f557-404e-8cc9-18da60122bc1", "key": "offboarding_request_id", "value": "", "description": "(Required) Offboarding request ID" } ] }, "description": "Downloads a resignation letter from an employment request.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employment documents (`employment_documents`) | View resignation letters (`resignation_letter:read`) | - |\n" }, "response": [ { "id": "fb6b52bc-f247-4955-bc35-c514f76de450", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/msword" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/resignations/:offboarding_request_id/resignation-letter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "resignation-letter" ], "variable": [ { "key": "offboarding_request_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/msword" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-fb6b52bc-f247-4955-bc35-c514f76de450" }, { "id": "ffb0b84b-f901-4eb5-b040-d5dd618a6b17", "name": "Bad Request", "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/resignations/:offboarding_request_id/resignation-letter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "resignation-letter" ], "variable": [ { "key": "offboarding_request_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-ffb0b84b-f901-4eb5-b040-d5dd618a6b17" }, { "id": "1c2f44ab-1fe2-45b7-8a08-5522ed3e1f0a", "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/resignations/:offboarding_request_id/resignation-letter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "resignation-letter" ], "variable": [ { "key": "offboarding_request_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:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-1c2f44ab-1fe2-45b7-8a08-5522ed3e1f0a" }, { "id": "1878b1ee-2b25-4812-a4d9-6f6572b6ad56", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/resignations/:offboarding_request_id/resignation-letter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "resignation-letter" ], "variable": [ { "key": "offboarding_request_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-1878b1ee-2b25-4812-a4d9-6f6572b6ad56" }, { "id": "c40d91c5-4fe4-4f39-9476-c08cdbc5c3e0", "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/resignations/:offboarding_request_id/resignation-letter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "resignation-letter" ], "variable": [ { "key": "offboarding_request_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-c40d91c5-4fe4-4f39-9476-c08cdbc5c3e0" }, { "id": "5c998fb1-8c88-4b97-86d5-1ff0d6941054", "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/resignations/:offboarding_request_id/resignation-letter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "resignation-letter" ], "variable": [ { "key": "offboarding_request_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:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-5c998fb1-8c88-4b97-86d5-1ff0d6941054" }, { "id": "239497e5-1ae0-413b-9f37-9056f2507c2e", "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/resignations/:offboarding_request_id/resignation-letter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "resignation-letter" ], "variable": [ { "key": "offboarding_request_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:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-239497e5-1ae0-413b-9f37-9056f2507c2e" } ], "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-7e0f92db-4752-4dc2-a58a-5aeaebf9cbce" } ], "id": "008f0070-9033-42e3-86c8-a19ea7575c92", "createdAt": "2026-07-28T02:47:41.000Z", "updatedAt": "2026-07-28T02:47:41.000Z", "uid": "35240-008f0070-9033-42e3-86c8-a19ea7575c92" }, { "name": "validate", "item": [ { "name": "Validate resignation request", "id": "32d8c716-1f86-41d7-baf9-fa24b5d8309c", "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 \"accepts_proposed_notice\": \"\",\n \"agrees_to_pto_amount\": \"\",\n \"agrees_to_resignation_reason\": \"\",\n \"has_additional_information\": \"\",\n \"has_more_salary_info\": \"\",\n \"is_owed_outstanding_reimbursements\": \"\",\n \"will_take_more_pto\": \"\",\n \"agrees_to_pto_amount_notes\": \"\",\n \"agrees_to_resignation_reason_notes\": \"\",\n \"has_additional_information_notes\": \"\",\n \"has_more_salary_info_notes\": \"\",\n \"owed_outstanding_reimbursements\": {\n \"amount\": \"\",\n \"notes\": \"\"\n },\n \"proposed_last_date\": {\n \"date\": \"\",\n \"notes\": \"\"\n },\n \"timesheet_file\": {\n \"name\": \"\",\n \"content\": \"\"\n },\n \"will_take_more_pto_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/resignations/:offboarding_request_id/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "validate" ], "variable": [ { "id": "08ee553e-515c-4119-8f6a-c86f9d8f691c", "key": "offboarding_request_id", "value": "", "description": "(Required) Offboarding request ID" } ] }, "description": "Validates a resignation employment request\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage resignations (`resignation:write`) |\n" }, "response": [ { "id": "776a11ce-4406-4cf1-bbb2-cab413ef3997", "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 \"accepts_proposed_notice\": \"\",\n \"agrees_to_pto_amount\": \"\",\n \"agrees_to_resignation_reason\": \"\",\n \"has_additional_information\": \"\",\n \"has_more_salary_info\": \"\",\n \"is_owed_outstanding_reimbursements\": \"\",\n \"will_take_more_pto\": \"\",\n \"agrees_to_pto_amount_notes\": \"\",\n \"agrees_to_resignation_reason_notes\": \"\",\n \"has_additional_information_notes\": \"\",\n \"has_more_salary_info_notes\": \"\",\n \"owed_outstanding_reimbursements\": {\n \"amount\": \"\",\n \"notes\": \"\"\n },\n \"proposed_last_date\": {\n \"date\": \"\",\n \"notes\": \"\"\n },\n \"timesheet_file\": {\n \"name\": \"\",\n \"content\": \"\"\n },\n \"will_take_more_pto_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/resignations/:offboarding_request_id/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "validate" ], "variable": [ { "key": "offboarding_request_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-776a11ce-4406-4cf1-bbb2-cab413ef3997" }, { "id": "ba14c2dd-fcea-4f06-844c-1af0268761a1", "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 \"accepts_proposed_notice\": \"\",\n \"agrees_to_pto_amount\": \"\",\n \"agrees_to_resignation_reason\": \"\",\n \"has_additional_information\": \"\",\n \"has_more_salary_info\": \"\",\n \"is_owed_outstanding_reimbursements\": \"\",\n \"will_take_more_pto\": \"\",\n \"agrees_to_pto_amount_notes\": \"\",\n \"agrees_to_resignation_reason_notes\": \"\",\n \"has_additional_information_notes\": \"\",\n \"has_more_salary_info_notes\": \"\",\n \"owed_outstanding_reimbursements\": {\n \"amount\": \"\",\n \"notes\": \"\"\n },\n \"proposed_last_date\": {\n \"date\": \"\",\n \"notes\": \"\"\n },\n \"timesheet_file\": {\n \"name\": \"\",\n \"content\": \"\"\n },\n \"will_take_more_pto_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/resignations/:offboarding_request_id/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "validate" ], "variable": [ { "key": "offboarding_request_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-ba14c2dd-fcea-4f06-844c-1af0268761a1" }, { "id": "716c13e1-fc9a-46ca-bfae-a281aade6c30", "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 \"accepts_proposed_notice\": \"\",\n \"agrees_to_pto_amount\": \"\",\n \"agrees_to_resignation_reason\": \"\",\n \"has_additional_information\": \"\",\n \"has_more_salary_info\": \"\",\n \"is_owed_outstanding_reimbursements\": \"\",\n \"will_take_more_pto\": \"\",\n \"agrees_to_pto_amount_notes\": \"\",\n \"agrees_to_resignation_reason_notes\": \"\",\n \"has_additional_information_notes\": \"\",\n \"has_more_salary_info_notes\": \"\",\n \"owed_outstanding_reimbursements\": {\n \"amount\": \"\",\n \"notes\": \"\"\n },\n \"proposed_last_date\": {\n \"date\": \"\",\n \"notes\": \"\"\n },\n \"timesheet_file\": {\n \"name\": \"\",\n \"content\": \"\"\n },\n \"will_take_more_pto_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/resignations/:offboarding_request_id/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "validate" ], "variable": [ { "key": "offboarding_request_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:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-716c13e1-fc9a-46ca-bfae-a281aade6c30" }, { "id": "160ff620-9b87-4e2f-88c5-299a5f8ae50e", "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 \"accepts_proposed_notice\": \"\",\n \"agrees_to_pto_amount\": \"\",\n \"agrees_to_resignation_reason\": \"\",\n \"has_additional_information\": \"\",\n \"has_more_salary_info\": \"\",\n \"is_owed_outstanding_reimbursements\": \"\",\n \"will_take_more_pto\": \"\",\n \"agrees_to_pto_amount_notes\": \"\",\n \"agrees_to_resignation_reason_notes\": \"\",\n \"has_additional_information_notes\": \"\",\n \"has_more_salary_info_notes\": \"\",\n \"owed_outstanding_reimbursements\": {\n \"amount\": \"\",\n \"notes\": \"\"\n },\n \"proposed_last_date\": {\n \"date\": \"\",\n \"notes\": \"\"\n },\n \"timesheet_file\": {\n \"name\": \"\",\n \"content\": \"\"\n },\n \"will_take_more_pto_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/resignations/:offboarding_request_id/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "validate" ], "variable": [ { "key": "offboarding_request_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-160ff620-9b87-4e2f-88c5-299a5f8ae50e" }, { "id": "9084856d-5906-49e5-aa96-b781035ff92c", "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 \"accepts_proposed_notice\": \"\",\n \"agrees_to_pto_amount\": \"\",\n \"agrees_to_resignation_reason\": \"\",\n \"has_additional_information\": \"\",\n \"has_more_salary_info\": \"\",\n \"is_owed_outstanding_reimbursements\": \"\",\n \"will_take_more_pto\": \"\",\n \"agrees_to_pto_amount_notes\": \"\",\n \"agrees_to_resignation_reason_notes\": \"\",\n \"has_additional_information_notes\": \"\",\n \"has_more_salary_info_notes\": \"\",\n \"owed_outstanding_reimbursements\": {\n \"amount\": \"\",\n \"notes\": \"\"\n },\n \"proposed_last_date\": {\n \"date\": \"\",\n \"notes\": \"\"\n },\n \"timesheet_file\": {\n \"name\": \"\",\n \"content\": \"\"\n },\n \"will_take_more_pto_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/resignations/:offboarding_request_id/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "validate" ], "variable": [ { "key": "offboarding_request_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:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-9084856d-5906-49e5-aa96-b781035ff92c" }, { "id": "22bf7593-28d7-497b-9df8-57f91c4347da", "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 \"accepts_proposed_notice\": \"\",\n \"agrees_to_pto_amount\": \"\",\n \"agrees_to_resignation_reason\": \"\",\n \"has_additional_information\": \"\",\n \"has_more_salary_info\": \"\",\n \"is_owed_outstanding_reimbursements\": \"\",\n \"will_take_more_pto\": \"\",\n \"agrees_to_pto_amount_notes\": \"\",\n \"agrees_to_resignation_reason_notes\": \"\",\n \"has_additional_information_notes\": \"\",\n \"has_more_salary_info_notes\": \"\",\n \"owed_outstanding_reimbursements\": {\n \"amount\": \"\",\n \"notes\": \"\"\n },\n \"proposed_last_date\": {\n \"date\": \"\",\n \"notes\": \"\"\n },\n \"timesheet_file\": {\n \"name\": \"\",\n \"content\": \"\"\n },\n \"will_take_more_pto_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/resignations/:offboarding_request_id/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id", "validate" ], "variable": [ { "key": "offboarding_request_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:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-22bf7593-28d7-497b-9df8-57f91c4347da" } ], "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-32d8c716-1f86-41d7-baf9-fa24b5d8309c" } ], "id": "9d082e90-6f04-4b23-b7e9-47c189e0cd54", "createdAt": "2026-07-28T02:47:41.000Z", "updatedAt": "2026-07-28T02:47:41.000Z", "uid": "35240-9d082e90-6f04-4b23-b7e9-47c189e0cd54" }, { "name": "Show Resignation", "id": "b1e74459-6733-44c8-8f86-7145761fcebf", "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/resignations/:offboarding_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id" ], "variable": [ { "id": "b017f86d-54d6-4019-9e23-0519b81a93a2", "key": "offboarding_request_id", "value": "", "description": "(Required) Offboarding request ID" } ] }, "description": "Shows the details of a resignation with status `submitted`.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View resignations (`resignation:read`) | Manage resignations (`resignation:write`) |\n" }, "response": [ { "id": "e83d9b66-64ae-40b9-8f15-5b94e55dc8a8", "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/resignations/:offboarding_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id" ], "variable": [ { "key": "offboarding_request_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"resignation\": {\n \"contract_job_title\": \"\",\n \"contract_start_date\": \"\",\n \"resignation_date\": \"\",\n \"resignation_reason_label\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-e83d9b66-64ae-40b9-8f15-5b94e55dc8a8" }, { "id": "eb68d215-2bbb-4853-9bd8-82cbce5664ed", "name": "Bad Request", "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/resignations/:offboarding_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id" ], "variable": [ { "key": "offboarding_request_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-eb68d215-2bbb-4853-9bd8-82cbce5664ed" }, { "id": "e867e553-32af-4ba8-9b41-ab4432686c40", "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/resignations/:offboarding_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id" ], "variable": [ { "key": "offboarding_request_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:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-e867e553-32af-4ba8-9b41-ab4432686c40" }, { "id": "7894a134-3066-4656-806b-2c548a2944f1", "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/resignations/:offboarding_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id" ], "variable": [ { "key": "offboarding_request_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-7894a134-3066-4656-806b-2c548a2944f1" }, { "id": "f3a5295f-8a7d-441f-ade4-0a4680f09231", "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/resignations/:offboarding_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id" ], "variable": [ { "key": "offboarding_request_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:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-f3a5295f-8a7d-441f-ade4-0a4680f09231" }, { "id": "87759ef9-a81a-46e3-8f3d-71a2592245c5", "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/resignations/:offboarding_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "resignations", ":offboarding_request_id" ], "variable": [ { "key": "offboarding_request_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:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-87759ef9-a81a-46e3-8f3d-71a2592245c5" } ], "createdAt": "2026-07-28T02:47:42.000Z", "updatedAt": "2026-07-28T02:47:42.000Z", "uid": "35240-b1e74459-6733-44c8-8f86-7145761fcebf" } ], "id": "8bde4655-ef51-46ff-a428-17d42d622777", "createdAt": "2026-07-28T02:47:41.000Z", "updatedAt": "2026-07-28T02:47:41.000Z", "uid": "35240-8bde4655-ef51-46ff-a428-17d42d622777" } ], "id": "85cdd6f5-ecc5-4463-be69-04a5b52491ee", "createdAt": "2026-07-28T02:47:41.000Z", "updatedAt": "2026-07-28T02:47:41.000Z", "uid": "35240-85cdd6f5-ecc5-4463-be69-04a5b52491ee" } ], "id": "c518e962-58e4-4efe-a790-fc51a50bc76c", "createdAt": "2026-07-28T02:47:41.000Z", "updatedAt": "2026-07-28T02:47:41.000Z", "uid": "35240-c518e962-58e4-4efe-a790-fc51a50bc76c" } ], "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/" } ] }