{ "info": { "_postman_id": "44f74a65-91f6-418b-a8a9-2d79c5ebe61c", "name": "Remote Address Details SSO Configuration API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:47:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-44f74a65-91f6-418b-a8a9-2d79c5ebe61c" }, "item": [ { "name": "v1", "item": [ { "name": "sso-configuration", "item": [ { "name": "details", "item": [ { "name": "Show the SSO Configuration Details", "id": "04b157d9-289f-4fdf-9f32-b6e8b59c686c", "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/sso-configuration/details", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration", "details" ] }, "description": "Shows the SSO Configuration details for the company.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | - | Manage SSO (`sso_configuration:write`) |\n" }, "response": [ { "id": "98236643-e5ea-40e1-8f82-e0b7a3a7a3ca", "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/sso-configuration/details", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration", "details" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"sso_url\": \"\",\n \"audience_uri\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-98236643-e5ea-40e1-8f82-e0b7a3a7a3ca" }, { "id": "ae732774-b0ff-45b1-974d-846d7006fd1d", "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/sso-configuration/details", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration", "details" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-ae732774-b0ff-45b1-974d-846d7006fd1d" }, { "id": "4e16e606-f48a-4b4a-81fb-4306564e7405", "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/sso-configuration/details", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration", "details" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-4e16e606-f48a-4b4a-81fb-4306564e7405" }, { "id": "357f27f7-361f-423e-8abd-2642bb01ed49", "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/sso-configuration/details", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration", "details" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-357f27f7-361f-423e-8abd-2642bb01ed49" }, { "id": "c554ca60-420f-4913-aa1b-aa7b9d3d2886", "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/sso-configuration/details", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration", "details" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-c554ca60-420f-4913-aa1b-aa7b9d3d2886" } ], "createdAt": "2026-07-28T02:47:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-04b157d9-289f-4fdf-9f32-b6e8b59c686c" } ], "id": "6a88299a-1c92-4c91-bcb8-b8b69800ecf3", "createdAt": "2026-07-28T02:47:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-6a88299a-1c92-4c91-bcb8-b8b69800ecf3" }, { "name": "Show the current SSO Configuration", "id": "dd541080-837d-4939-95d6-dc93040e3567", "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/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] }, "description": "Shows the current SSO Configuration for the company.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | View SSO configuration (`sso_configuration:read`) | Manage SSO (`sso_configuration:write`) |\n" }, "response": [ { "id": "845a7d24-c3ee-47a0-9f4e-112911793be4", "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/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"sso_url\": \"\",\n \"audience_uri\": \"\",\n \"domain\": \"\",\n \"identity_provider_url\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-845a7d24-c3ee-47a0-9f4e-112911793be4" }, { "id": "dccddb74-a40c-4727-b0c3-a65147ab0822", "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/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-dccddb74-a40c-4727-b0c3-a65147ab0822" }, { "id": "c2875f2d-a7be-4568-b039-60eabc1db59b", "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/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-c2875f2d-a7be-4568-b039-60eabc1db59b" }, { "id": "108caa46-69eb-4537-b6b7-7e19268c6a31", "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/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-108caa46-69eb-4537-b6b7-7e19268c6a31" }, { "id": "aad15ed2-e9d0-4197-ac19-1676dcd94f25", "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/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-aad15ed2-e9d0-4197-ac19-1676dcd94f25" } ], "createdAt": "2026-07-28T02:47:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-dd541080-837d-4939-95d6-dc93040e3567" }, { "name": "Create the SSO Configuration", "id": "71071b38-1e51-40c1-b526-6c1d613eb73b", "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 \"domain\": \"\",\n \"identity_provider_url\": \"\",\n \"certificate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] }, "description": "Creates the SSO Configuration for the company.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage company resources (`company_admin`) | - | Manage SSO (`sso_configuration:write`) |\n" }, "response": [ { "id": "724e920d-03e9-4b85-9584-4a22f0101cae", "name": "Created", "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 \"domain\": \"\",\n \"identity_provider_url\": \"\",\n \"certificate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"sso_url\": \"\",\n \"audience_uri\": \"\",\n \"domain\": \"\",\n \"identity_provider_url\": \"\",\n \"certificate\": \"\"\n }\n}", "createdAt": "2026-07-28T02:47:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-724e920d-03e9-4b85-9584-4a22f0101cae" }, { "id": "694ae6de-b811-4d76-a05c-bf415e227a22", "name": "Bad Request", "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 \"domain\": \"\",\n \"identity_provider_url\": \"\",\n \"certificate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-694ae6de-b811-4d76-a05c-bf415e227a22" }, { "id": "e12bc33f-d250-403b-bbd2-562c91521940", "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 \"domain\": \"\",\n \"identity_provider_url\": \"\",\n \"certificate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-e12bc33f-d250-403b-bbd2-562c91521940" }, { "id": "c03d6c62-007c-4c22-91a9-dc2f95dc34a9", "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 \"domain\": \"\",\n \"identity_provider_url\": \"\",\n \"certificate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-c03d6c62-007c-4c22-91a9-dc2f95dc34a9" }, { "id": "419c163b-75e1-4aa9-93b3-63cae8f851ff", "name": "Conflict", "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 \"domain\": \"\",\n \"identity_provider_url\": \"\",\n \"certificate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "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:47:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-419c163b-75e1-4aa9-93b3-63cae8f851ff" }, { "id": "7ceb5999-b4da-46e5-96c5-9bed201a56b4", "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 \"domain\": \"\",\n \"identity_provider_url\": \"\",\n \"certificate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-7ceb5999-b4da-46e5-96c5-9bed201a56b4" }, { "id": "2650153d-8832-4a08-bcb9-648de809692c", "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 \"domain\": \"\",\n \"identity_provider_url\": \"\",\n \"certificate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/sso-configuration", "host": [ "{{baseUrl}}" ], "path": [ "v1", "sso-configuration" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-2650153d-8832-4a08-bcb9-648de809692c" } ], "createdAt": "2026-07-28T02:47:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-71071b38-1e51-40c1-b526-6c1d613eb73b" } ], "id": "a0572ef9-3526-4919-b8a7-1415a0b08761", "createdAt": "2026-07-28T02:47:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-a0572ef9-3526-4919-b8a7-1415a0b08761" } ], "id": "6923bd48-e382-443a-a559-a1840b48804d", "createdAt": "2026-07-28T02:47:46.000Z", "updatedAt": "2026-07-28T02:47:46.000Z", "uid": "35240-6923bd48-e382-443a-a559-a1840b48804d" } ], "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/" } ] }