{ "info": { "_postman_id": "42133d1b-4b11-4f69-a222-860c0f760eff", "name": "Infobip OpenAPI Specification", "description": "OpenAPI Specification that contains all public endpoints and webhooks.\n\nContact Support:\n Name: Infobip support\n Email: support@infobip.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:58:24.000Z", "updatedAt": "2026-07-28T01:58:24.000Z", "lastUpdatedBy": "35240", "uid": "35240-42133d1b-4b11-4f69-a222-860c0f760eff" }, "item": [ { "name": "camara", "item": [ { "name": "number-verification", "item": [ { "name": "v0", "item": [ { "name": "authorize", "item": [ { "name": "Number verify device authorization", "id": "b2c48772-8cda-4fcb-ba7b-d1021b76b4bc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/authorize?clientId=&redirectUrl=&state=&login_hint=", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "authorize" ], "query": [ { "description": "(Required) Client ID to identify the client on whose behalf the device is making the request. This is **provided to the client** upon registration. The value is usually the username that is being used to login into Infobip portal when generating [API key header](https://www.infobip.com/docs/essentials/api-essentials/api-authentication#api-key-header) and/or client_id that is being used when [generating OAuth2 token](https://www.infobip.com/docs/api/platform/account-management/create-oauth2-token).", "key": "clientId", "value": "" }, { "description": "(Required) URL to redirect back the device to after authorization on MNO network. **This URL needs to be static**. For request tracking and correlation purposes, the `state` query parameter will be added to this URL before redirecting the device back.", "key": "redirectUrl", "value": "" }, { "description": "String that will be returned as a query parameter in the `redirectUrl`.", "key": "state", "value": "" }, { "description": "OIDC login hint. Expects a phone number in `tel:+{phone_number_with_country_code}` format.", "key": "login_hint", "value": "" } ] }, "description": "Use this method to redirect the mobile device on the MNO network for authorization, based on the mobile device IP address.\nUpon authorization, the device is redirected back to the URL specified in `redirectUrl`.\nWhen redirected back, a new query parameter `code` is being added.\nIt needs to be sent in a subsequent verify request to complete verification.\n\n**Error handling behavior:**\n- When `redirectUrl` parameter **is provided**: All errors are returned as a 302 redirect back to the `redirectUrl` with OAuth 2.0 error query parameters (`error`, `error_description` (optional), `state`).\n- When `redirectUrl` parameter **is NOT provided**: A JSON response is returned (see below).\n" }, "response": [ { "id": "af1c437a-b1d3-41d3-85ec-5ce8c1d7221e", "name": " Redirect to MNO authorization endpoint. Response body is empty, information is returned in response headers.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/authorize?clientId=&redirectUrl=&state=&login_hint=", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "authorize" ], "query": [ { "description": "(Required) Client ID to identify the client on whose behalf the device is making the request. This is **provided to the client** upon registration. The value is usually the username that is being used to login into Infobip portal when generating [API key header](https://www.infobip.com/docs/essentials/api-essentials/api-authentication#api-key-header) and/or client_id that is being used when [generating OAuth2 token](https://www.infobip.com/docs/api/platform/account-management/create-oauth2-token).", "key": "clientId", "value": "" }, { "description": "(Required) URL to redirect back the device to after authorization on MNO network. **This URL needs to be static**. For request tracking and correlation purposes, the `state` query parameter will be added to this URL before redirecting the device back.", "key": "redirectUrl", "value": "" }, { "description": "String that will be returned as a query parameter in the `redirectUrl`.", "key": "state", "value": "" }, { "description": "OIDC login hint. Expects a phone number in `tel:+{phone_number_with_country_code}` format.", "key": "login_hint", "value": "" } ] } }, "status": "Found", "code": 302, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "MNO authorization endpoint URL\n\n**Error redirect:** When an error occurs and `redirectUrl` was provided, the error is returned as OAuth 2.0 query parameters in the redirect URL.\n\n**Error redirect URL format:** `{redirectUrl}?error={error_code}&error_description={error_description}&state={state}`\n\nNote: `error_description` is optional.\n\n**OAuth error codes:**\n\n- `invalid_request` - The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.\n- `unauthorized_client` - The client is not authorized to request an authorization code using this method.\n- `access_denied` - The user or authorization server denied the request (for example, the user cannot be authenticated or denied the consent).\n- `unsupported_response_type` - The authorization server does not support obtaining an authorization code using this method.\n- `invalid_scope` - The requested scope is either invalid, unknown, or malformed.\n- `consent_required` - The authorization server requires user consent.\n- `server_error` - The authorization server encountered an unexpected condition that prevented it from fulfilling the request.\n- `temporarily_unavailable` - The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.\n- `invalid_request_object` - The request parameter contains an invalid Request Object.\n- `request_uri_not_supported` - The authorization server does not support use of the request_uri parameter.\n", "type": "text/plain" }, "key": "Location", "value": "" }, { "disabled": false, "description": { "content": "Correlation ID for tracking the request", "type": "text/plain" }, "key": "x-correlator", "value": "" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-af1c437a-b1d3-41d3-85ec-5ce8c1d7221e" }, { "id": "34a2153c-bd24-4253-a100-6e1e4ba8172f", "name": "Bad request.\nWhen `redirectUrl` is available, this error is returned via 302 redirect with `error=invalid_request`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/authorize?clientId=&redirectUrl=&state=&login_hint=", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "authorize" ], "query": [ { "description": "(Required) Client ID to identify the client on whose behalf the device is making the request. This is **provided to the client** upon registration. The value is usually the username that is being used to login into Infobip portal when generating [API key header](https://www.infobip.com/docs/essentials/api-essentials/api-authentication#api-key-header) and/or client_id that is being used when [generating OAuth2 token](https://www.infobip.com/docs/api/platform/account-management/create-oauth2-token).", "key": "clientId", "value": "" }, { "description": "(Required) URL to redirect back the device to after authorization on MNO network. **This URL needs to be static**. For request tracking and correlation purposes, the `state` query parameter will be added to this URL before redirecting the device back.", "key": "redirectUrl", "value": "" }, { "description": "String that will be returned as a query parameter in the `redirectUrl`.", "key": "state", "value": "" }, { "description": "OIDC login hint. Expects a phone number in `tel:+{phone_number_with_country_code}` format.", "key": "login_hint", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 400,\n \"code\": \"INVALID_ARGUMENT\",\n \"message\": \"Client specified an invalid argument, request body or query param\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-34a2153c-bd24-4253-a100-6e1e4ba8172f" }, { "id": "febe5cf0-7b48-4c91-abdf-2248da6da5be", "name": "Unauthenticated", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/authorize?clientId=&redirectUrl=&state=&login_hint=", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "authorize" ], "query": [ { "description": "(Required) Client ID to identify the client on whose behalf the device is making the request. This is **provided to the client** upon registration. The value is usually the username that is being used to login into Infobip portal when generating [API key header](https://www.infobip.com/docs/essentials/api-essentials/api-authentication#api-key-header) and/or client_id that is being used when [generating OAuth2 token](https://www.infobip.com/docs/api/platform/account-management/create-oauth2-token).", "key": "clientId", "value": "" }, { "description": "(Required) URL to redirect back the device to after authorization on MNO network. **This URL needs to be static**. For request tracking and correlation purposes, the `state` query parameter will be added to this URL before redirecting the device back.", "key": "redirectUrl", "value": "" }, { "description": "String that will be returned as a query parameter in the `redirectUrl`.", "key": "state", "value": "" }, { "description": "OIDC login hint. Expects a phone number in `tel:+{phone_number_with_country_code}` format.", "key": "login_hint", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-febe5cf0-7b48-4c91-abdf-2248da6da5be" }, { "id": "9e9422e4-a2ff-4a65-be43-6d54c08cb869", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/authorize?clientId=&redirectUrl=&state=&login_hint=", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "authorize" ], "query": [ { "description": "(Required) Client ID to identify the client on whose behalf the device is making the request. This is **provided to the client** upon registration. The value is usually the username that is being used to login into Infobip portal when generating [API key header](https://www.infobip.com/docs/essentials/api-essentials/api-authentication#api-key-header) and/or client_id that is being used when [generating OAuth2 token](https://www.infobip.com/docs/api/platform/account-management/create-oauth2-token).", "key": "clientId", "value": "" }, { "description": "(Required) URL to redirect back the device to after authorization on MNO network. **This URL needs to be static**. For request tracking and correlation purposes, the `state` query parameter will be added to this URL before redirecting the device back.", "key": "redirectUrl", "value": "" }, { "description": "String that will be returned as a query parameter in the `redirectUrl`.", "key": "state", "value": "" }, { "description": "OIDC login hint. Expects a phone number in `tel:+{phone_number_with_country_code}` format.", "key": "login_hint", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 500,\n \"code\": \"INTERNAL\",\n \"message\": \"Server error\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-9e9422e4-a2ff-4a65-be43-6d54c08cb869" } ], "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-b2c48772-8cda-4fcb-ba7b-d1021b76b4bc" } ], "id": "821bfb79-2b82-47c1-8cde-9233b5c240bd", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-821bfb79-2b82-47c1-8cde-9233b5c240bd" }, { "name": "verify", "item": [ { "name": "Number Verification", "id": "9517ea7b-b203-492d-995a-c3b1b82ebf8a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "description": "`Code` parameter that was received on `/authorize` request. This header is not required only if OAuth2 `grant_type=authorization_code` was used on token generation.", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "verify" ] }, "description": "Use this method to verify possession of the end-user's mobile phone number with the mobile network operator's data connection." }, "response": [ { "id": "1c8ac84d-b1a6-4b04-9883-ef115bf24628", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "`Code` parameter that was received on `/authorize` request. This header is not required only if OAuth2 `grant_type=authorization_code` was used on token generation.", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "verify" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"devicePhoneNumberVerified\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-1c8ac84d-b1a6-4b04-9883-ef115bf24628" }, { "id": "ae5178a1-7eae-44c4-b1b5-093d980e8f28", "name": "Bad request", "originalRequest": { "method": "POST", "header": [ { "description": "`Code` parameter that was received on `/authorize` request. This header is not required only if OAuth2 `grant_type=authorization_code` was used on token generation.", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "verify" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 400,\n \"code\": \"INVALID_ARGUMENT\",\n \"message\": \"Client specified an invalid argument, request body or query param\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-ae5178a1-7eae-44c4-b1b5-093d980e8f28" }, { "id": "c7713648-fce5-4bae-b017-6a819840d22a", "name": "Unauthenticated", "originalRequest": { "method": "POST", "header": [ { "description": "`Code` parameter that was received on `/authorize` request. This header is not required only if OAuth2 `grant_type=authorization_code` was used on token generation.", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "verify" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-c7713648-fce5-4bae-b017-6a819840d22a" }, { "id": "696f7e31-50de-4eba-b0a6-93697082fd4a", "name": "Permission denied", "originalRequest": { "method": "POST", "header": [ { "description": "`Code` parameter that was received on `/authorize` request. This header is not required only if OAuth2 `grant_type=authorization_code` was used on token generation.", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "verify" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-696f7e31-50de-4eba-b0a6-93697082fd4a" }, { "id": "4e9a9f0c-46c1-4c39-8678-0a63ac857038", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "description": "`Code` parameter that was received on `/authorize` request. This header is not required only if OAuth2 `grant_type=authorization_code` was used on token generation.", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "verify" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 404,\n \"code\": \"NOT_FOUND\",\n \"message\": \"Not found\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-4e9a9f0c-46c1-4c39-8678-0a63ac857038" }, { "id": "d91e8bad-8b8f-4172-b7bb-0a02c58894d2", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "`Code` parameter that was received on `/authorize` request. This header is not required only if OAuth2 `grant_type=authorization_code` was used on token generation.", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "verify" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 409,\n \"code\": \"CONFLICT\",\n \"message\": \"Another request is created for the same MSISDN\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-d91e8bad-8b8f-4172-b7bb-0a02c58894d2" }, { "id": "8469718e-09e0-4f61-aecf-0d14379c91c6", "name": "Unprocessable content", "originalRequest": { "method": "POST", "header": [ { "description": "`Code` parameter that was received on `/authorize` request. This header is not required only if OAuth2 `grant_type=authorization_code` was used on token generation.", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "verify" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 422,\n \"code\": \"SERVICE_NOT_APPLICABLE\",\n \"message\": \"The service is not available for the provided identifier\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-8469718e-09e0-4f61-aecf-0d14379c91c6" }, { "id": "dacfa3a4-73f8-4741-b941-cfbbbdb85828", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "description": "`Code` parameter that was received on `/authorize` request. This header is not required only if OAuth2 `grant_type=authorization_code` was used on token generation.", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v0", "verify" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 500,\n \"code\": \"INTERNAL\",\n \"message\": \"Server error\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-dacfa3a4-73f8-4741-b941-cfbbbdb85828" } ], "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-9517ea7b-b203-492d-995a-c3b1b82ebf8a" } ], "id": "06b1af5c-36d6-440e-9130-cfc98c237f5c", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-06b1af5c-36d6-440e-9130-cfc98c237f5c" } ], "id": "190f6bb4-760d-4065-b509-862c74ce8e0b", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-190f6bb4-760d-4065-b509-862c74ce8e0b" }, { "name": "v2", "item": [ { "name": "dcql", "item": [ { "name": "Number verification DCQL Request", "id": "10b0c526-b4a6-4046-99bb-53c0dbd0b110", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"carrierIds\": [\n \"\",\n \"\"\n ],\n \"nonce\": \"\",\n \"useCase\": \"VERIFY_PHONE_NUMBER\",\n \"operationType\": \"NUMBER_SHARE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/dcql", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "dcql" ] }, "description": "Use this method to generate a credential request structure for the Android CredentialManager. The response must be passed to the device for SIM-based (TS.43) authentication." }, "response": [ { "id": "fab37faf-bf27-46d0-b8ca-cd72e2bb1562", "name": "OK \u2014 per-carrier map of DCQL credential objects or error objects", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"carrierIds\": [\n \"\",\n \"\"\n ],\n \"nonce\": \"\",\n \"useCase\": \"VERIFY_PHONE_NUMBER\",\n \"operationType\": \"NUMBER_SHARE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/dcql", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "dcql" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"idd20\": {\n \"id\": \"\",\n \"format\": \"\",\n \"meta\": {\n \"credential_authorization_jwt\": \"\",\n \"vct_values\": [\n \"\",\n \"\"\n ]\n },\n \"claims\": [\n {\n \"path\": [\n \"\",\n \"\"\n ],\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"path\": [\n \"\",\n \"\"\n ],\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n \"sit3\": {\n \"id\": \"\",\n \"format\": \"\",\n \"meta\": {\n \"credential_authorization_jwt\": \"\",\n \"vct_values\": [\n \"\",\n \"\"\n ]\n },\n \"claims\": [\n {\n \"path\": [\n \"\",\n \"\"\n ],\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"path\": [\n \"\",\n \"\"\n ],\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n \"velit_fe5\": {\n \"id\": \"\",\n \"format\": \"\",\n \"meta\": {\n \"credential_authorization_jwt\": \"\",\n \"vct_values\": [\n \"\",\n \"\"\n ]\n },\n \"claims\": [\n {\n \"path\": [\n \"\",\n \"\"\n ],\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"path\": [\n \"\",\n \"\"\n ],\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-fab37faf-bf27-46d0-b8ca-cd72e2bb1562" }, { "id": "aefbd23d-cb58-4109-9214-9d2647347322", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"carrierIds\": [\n \"\",\n \"\"\n ],\n \"nonce\": \"\",\n \"useCase\": \"VERIFY_PHONE_NUMBER\",\n \"operationType\": \"NUMBER_SHARE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/dcql", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "dcql" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 400,\n \"code\": \"INVALID_ARGUMENT\",\n \"message\": \"Client specified an invalid argument, request body or query param\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-aefbd23d-cb58-4109-9214-9d2647347322" }, { "id": "7d52b1a1-f93b-48f3-9f63-feb84ccd057e", "name": "Unauthorized - Platform authentication error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"carrierIds\": [\n \"\",\n \"\"\n ],\n \"nonce\": \"\",\n \"useCase\": \"VERIFY_PHONE_NUMBER\",\n \"operationType\": \"NUMBER_SHARE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/dcql", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "dcql" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-7d52b1a1-f93b-48f3-9f63-feb84ccd057e" }, { "id": "e4da77e6-bcb9-4f91-ac93-cdd588fd8664", "name": "Permission denied", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"carrierIds\": [\n \"\",\n \"\"\n ],\n \"nonce\": \"\",\n \"useCase\": \"VERIFY_PHONE_NUMBER\",\n \"operationType\": \"NUMBER_SHARE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/dcql", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "dcql" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-e4da77e6-bcb9-4f91-ac93-cdd588fd8664" }, { "id": "f16ca286-ab9d-48cd-87ba-65e979117ac9", "name": "Unprocessable content", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"carrierIds\": [\n \"\",\n \"\"\n ],\n \"nonce\": \"\",\n \"useCase\": \"VERIFY_PHONE_NUMBER\",\n \"operationType\": \"NUMBER_SHARE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/dcql", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "dcql" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 422,\n \"code\": \"SERVICE_NOT_APPLICABLE\",\n \"message\": \"The service is not available for the provided identifier\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-f16ca286-ab9d-48cd-87ba-65e979117ac9" }, { "id": "fcd33a05-a728-4238-b648-1d043dcb99bb", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"carrierIds\": [\n \"\",\n \"\"\n ],\n \"nonce\": \"\",\n \"useCase\": \"VERIFY_PHONE_NUMBER\",\n \"operationType\": \"NUMBER_SHARE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/dcql", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "dcql" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 500,\n \"code\": \"INTERNAL\",\n \"message\": \"Server error\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-fcd33a05-a728-4238-b648-1d043dcb99bb" } ], "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-10b0c526-b4a6-4046-99bb-53c0dbd0b110" } ], "id": "02f6b8a0-a5dd-4c45-9f7a-009b5e6f2527", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-02f6b8a0-a5dd-4c45-9f7a-009b5e6f2527" }, { "name": "device-phone-number", "item": [ { "name": "Get Phone Number", "id": "3a8fefbc-7639-4df7-aabe-79074e5f03de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager.", "key": "X-Correlator", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/device-phone-number", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "device-phone-number" ] }, "description": "Use this method to retrieve the phone number associated with the device SIM." }, "response": [ { "id": "d9380750-54de-4cfb-8965-345307619fa8", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager.", "key": "X-Correlator", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/device-phone-number", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "device-phone-number" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"devicePhoneNumber\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-d9380750-54de-4cfb-8965-345307619fa8" }, { "id": "cbc0a825-0509-4ae6-b89a-ad06c292f078", "name": "Bad request", "originalRequest": { "method": "GET", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager.", "key": "X-Correlator", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/device-phone-number", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "device-phone-number" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 400,\n \"code\": \"INVALID_ARGUMENT\",\n \"message\": \"Client specified an invalid argument, request body or query param\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-cbc0a825-0509-4ae6-b89a-ad06c292f078" }, { "id": "c9fcf565-3396-4df2-ae18-1f3de3316c36", "name": "Unauthenticated", "originalRequest": { "method": "GET", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager.", "key": "X-Correlator", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/device-phone-number", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "device-phone-number" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-c9fcf565-3396-4df2-ae18-1f3de3316c36" }, { "id": "3fc37662-93df-458b-9da9-ed0a15aa4833", "name": "Permission denied", "originalRequest": { "method": "GET", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager.", "key": "X-Correlator", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/device-phone-number", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "device-phone-number" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-3fc37662-93df-458b-9da9-ed0a15aa4833" }, { "id": "da2c7e21-f6ec-47c2-a3c1-4adda57ee86f", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager.", "key": "X-Correlator", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/device-phone-number", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "device-phone-number" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 404,\n \"code\": \"NOT_FOUND\",\n \"message\": \"Not found\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-da2c7e21-f6ec-47c2-a3c1-4adda57ee86f" }, { "id": "cf14ef19-13c5-45bc-bac2-7bb4ba1b020b", "name": "Conflict", "originalRequest": { "method": "GET", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager.", "key": "X-Correlator", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/device-phone-number", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "device-phone-number" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 409,\n \"code\": \"CONFLICT\",\n \"message\": \"Another request is created for the same MSISDN\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-cf14ef19-13c5-45bc-bac2-7bb4ba1b020b" }, { "id": "fcc99aa1-2f16-4bfb-b3a4-f8dd905acf04", "name": "Unprocessable content", "originalRequest": { "method": "GET", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager.", "key": "X-Correlator", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/device-phone-number", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "device-phone-number" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 422,\n \"code\": \"SERVICE_NOT_APPLICABLE\",\n \"message\": \"The service is not available for the provided identifier\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-fcc99aa1-2f16-4bfb-b3a4-f8dd905acf04" }, { "id": "adbd14ce-7dbe-4e38-a9d5-e3b78fe2eb7b", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager.", "key": "X-Correlator", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/device-phone-number", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "device-phone-number" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 500,\n \"code\": \"INTERNAL\",\n \"message\": \"Server error\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-adbd14ce-7dbe-4e38-a9d5-e3b78fe2eb7b" } ], "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-3a8fefbc-7639-4df7-aabe-79074e5f03de" } ], "id": "f982a081-0dab-4d04-b56a-cd03d95e2fd2", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-f982a081-0dab-4d04-b56a-cd03d95e2fd2" }, { "name": "verify", "item": [ { "name": "Number Verification", "id": "d6ef8daf-adc0-48bf-8dea-f8d5587caaff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager. If using SIM based (TS.43) verification flow, this header is mandatory.\n", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "verify" ] }, "description": "Use this method to verify possession of the end-user's mobile phone number with the phone SIM card." }, "response": [ { "id": "5b98db0e-b961-46b1-b117-6bd27c09b142", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager. If using SIM based (TS.43) verification flow, this header is mandatory.\n", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "verify" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"devicePhoneNumberVerified\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-5b98db0e-b961-46b1-b117-6bd27c09b142" }, { "id": "e59a311e-9fa6-49fc-b63d-8c2d37db3130", "name": "Bad request", "originalRequest": { "method": "POST", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager. If using SIM based (TS.43) verification flow, this header is mandatory.\n", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "verify" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 400,\n \"code\": \"INVALID_ARGUMENT\",\n \"message\": \"Client specified an invalid argument, request body or query param\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-e59a311e-9fa6-49fc-b63d-8c2d37db3130" }, { "id": "690dd169-9673-4a2f-ad06-c2c4411ac2d0", "name": "Unauthenticated", "originalRequest": { "method": "POST", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager. If using SIM based (TS.43) verification flow, this header is mandatory.\n", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "verify" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-690dd169-9673-4a2f-ad06-c2c4411ac2d0" }, { "id": "5bee0e8d-5d5a-43b6-8f31-1c1bfbcd9db8", "name": "Permission denied", "originalRequest": { "method": "POST", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager. If using SIM based (TS.43) verification flow, this header is mandatory.\n", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "verify" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-5bee0e8d-5d5a-43b6-8f31-1c1bfbcd9db8" }, { "id": "d7e5410e-e36b-4e2f-9704-db8152dd3649", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager. If using SIM based (TS.43) verification flow, this header is mandatory.\n", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "verify" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 404,\n \"code\": \"NOT_FOUND\",\n \"message\": \"Not found\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-d7e5410e-e36b-4e2f-9704-db8152dd3649" }, { "id": "56f1b1f9-37bb-431d-9429-60c8a8034296", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager. If using SIM based (TS.43) verification flow, this header is mandatory.\n", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "verify" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 409,\n \"code\": \"CONFLICT\",\n \"message\": \"Another request is created for the same MSISDN\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-56f1b1f9-37bb-431d-9429-60c8a8034296" }, { "id": "2bb3c16d-b68f-44a0-97ec-efcd2ad42ce7", "name": "Unprocessable content", "originalRequest": { "method": "POST", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager. If using SIM based (TS.43) verification flow, this header is mandatory.\n", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "verify" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 422,\n \"code\": \"SERVICE_NOT_APPLICABLE\",\n \"message\": \"The service is not available for the provided identifier\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-2bb3c16d-b68f-44a0-97ec-efcd2ad42ce7" }, { "id": "3dc07c54-0c43-49d9-84db-645f8329c247", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "description": "In SIM based (TS.43) verification flow this should be the `vp_token` (SD-JWT) value received from Android Credential Manager. If using SIM based (TS.43) verification flow, this header is mandatory.\n", "key": "X-Correlator", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/number-verification/v2/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "number-verification", "v2", "verify" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 500,\n \"code\": \"INTERNAL\",\n \"message\": \"Server error\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-3dc07c54-0c43-49d9-84db-645f8329c247" } ], "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-d6ef8daf-adc0-48bf-8dea-f8d5587caaff" } ], "id": "b9c0ab03-189a-43e8-8352-48ee10833938", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-b9c0ab03-189a-43e8-8352-48ee10833938" } ], "id": "7d63891c-b386-4969-8369-c10ab2edf697", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-7d63891c-b386-4969-8369-c10ab2edf697" } ], "id": "5f81d16b-1f12-494e-b544-eebecb600044", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-5f81d16b-1f12-494e-b544-eebecb600044" }, { "name": "location", "item": [ { "name": "v0", "item": [ { "name": "verify", "item": [ { "name": "Device Location Verification", "id": "a53089c8-0be7-4cba-9dca-92b6383a50dc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"ueId\": {\n \"msisdn\": \"\",\n \"externalId\": \"\",\n \"ipv4Addr\": \"\",\n \"ipv6Addr\": \"72.6.252.250\"\n },\n \"uePort\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/location/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "location", "v0", "verify" ] }, "description": "Use this method to verify whether the device location is within a requested area.\nA circle with a center specified by the latitude and longitude, and a radius specified by the accuracy.\n" }, "response": [ { "id": "b1de0ad9-33e3-4408-a36c-ad8dd39c65de", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"ueId\": {\n \"msisdn\": \"\",\n \"externalId\": \"\",\n \"ipv4Addr\": \"\",\n \"ipv6Addr\": \"72.6.252.250\"\n },\n \"uePort\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/location/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "location", "v0", "verify" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"verificationResult\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-b1de0ad9-33e3-4408-a36c-ad8dd39c65de" }, { "id": "f4bc3680-f180-440d-92b7-2a92c05d1b72", "name": "Give consent for device location verification", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"ueId\": {\n \"msisdn\": \"\",\n \"externalId\": \"\",\n \"ipv4Addr\": \"\",\n \"ipv6Addr\": \"72.6.252.250\"\n },\n \"uePort\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/location/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "location", "v0", "verify" ] } }, "status": "See Other", "code": 303, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"consentUrl\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-f4bc3680-f180-440d-92b7-2a92c05d1b72" }, { "id": "32d1e2f4-72c8-4fee-81bf-d0acb16d76ac", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"ueId\": {\n \"msisdn\": \"\",\n \"externalId\": \"\",\n \"ipv4Addr\": \"\",\n \"ipv6Addr\": \"72.6.252.250\"\n },\n \"uePort\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/location/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "location", "v0", "verify" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 400,\n \"code\": \"INVALID_ARGUMENT\",\n \"message\": \"Client specified an invalid argument, request body or query param\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-32d1e2f4-72c8-4fee-81bf-d0acb16d76ac" }, { "id": "6692b32c-96e3-45a5-b3bc-f578c26849ca", "name": "Unauthorized - Platform authentication error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"ueId\": {\n \"msisdn\": \"\",\n \"externalId\": \"\",\n \"ipv4Addr\": \"\",\n \"ipv6Addr\": \"72.6.252.250\"\n },\n \"uePort\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/location/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "location", "v0", "verify" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-6692b32c-96e3-45a5-b3bc-f578c26849ca" }, { "id": "9cb8b331-6589-4d99-bed8-e1c3b8ea39dd", "name": "Permission denied", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"ueId\": {\n \"msisdn\": \"\",\n \"externalId\": \"\",\n \"ipv4Addr\": \"\",\n \"ipv6Addr\": \"72.6.252.250\"\n },\n \"uePort\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/location/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "location", "v0", "verify" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-9cb8b331-6589-4d99-bed8-e1c3b8ea39dd" }, { "id": "4d0c9617-7d91-4833-958f-9d45933a76f0", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"ueId\": {\n \"msisdn\": \"\",\n \"externalId\": \"\",\n \"ipv4Addr\": \"\",\n \"ipv6Addr\": \"72.6.252.250\"\n },\n \"uePort\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/location/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "location", "v0", "verify" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 404,\n \"code\": \"NOT_FOUND\",\n \"message\": \"Not found\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-4d0c9617-7d91-4833-958f-9d45933a76f0" }, { "id": "3966c528-0dd4-436a-9e6b-5d7f1996fd1f", "name": "Unprocessable content", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"ueId\": {\n \"msisdn\": \"\",\n \"externalId\": \"\",\n \"ipv4Addr\": \"\",\n \"ipv6Addr\": \"72.6.252.250\"\n },\n \"uePort\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/location/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "location", "v0", "verify" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 422,\n \"code\": \"SERVICE_NOT_APPLICABLE\",\n \"message\": \"The service is not available for the provided identifier\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-3966c528-0dd4-436a-9e6b-5d7f1996fd1f" }, { "id": "a8710855-74b1-4388-a320-9f94fdd3b53d", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accuracy\": \"\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"ueId\": {\n \"msisdn\": \"\",\n \"externalId\": \"\",\n \"ipv4Addr\": \"\",\n \"ipv6Addr\": \"72.6.252.250\"\n },\n \"uePort\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/location/v0/verify", "host": [ "{{baseUrl}}" ], "path": [ "camara", "location", "v0", "verify" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 500,\n \"code\": \"INTERNAL\",\n \"message\": \"Server error\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-a8710855-74b1-4388-a320-9f94fdd3b53d" } ], "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-a53089c8-0be7-4cba-9dca-92b6383a50dc" } ], "id": "d21b74b1-7c52-466b-97e6-0cf491fc13bb", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-d21b74b1-7c52-466b-97e6-0cf491fc13bb" } ], "id": "a4aaf4d7-1c31-4b58-ade7-394738ac8709", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-a4aaf4d7-1c31-4b58-ade7-394738ac8709" } ], "id": "be01d7b1-63e0-4f5f-9c15-af2680139525", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-be01d7b1-63e0-4f5f-9c15-af2680139525" }, { "name": "sim-swap", "item": [ { "name": "v0", "item": [ { "name": "check", "item": [ { "name": "SIM Swap", "id": "75f8e5ef-a10c-4e88-88e3-3ec361975c89", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"maxAge\": 240\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/check", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "check" ] }, "description": "Use this method to verify if there was a SIM swap event for a given mobile phone number and period." }, "response": [ { "id": "754ee559-5189-451a-b354-868f95fe5601", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"maxAge\": 240\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/check", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "check" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"swapped\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-754ee559-5189-451a-b354-868f95fe5601" }, { "id": "da0dbe9f-63a2-42ad-83f1-4c2a9fe7d126", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"maxAge\": 240\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/check", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "check" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 400,\n \"code\": \"INVALID_ARGUMENT\",\n \"message\": \"Client specified an invalid argument, request body or query param\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-da0dbe9f-63a2-42ad-83f1-4c2a9fe7d126" }, { "id": "be251cf9-dd7f-42a7-82d9-17b083912c31", "name": "Unauthorized - Platform authentication error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"maxAge\": 240\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/check", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "check" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-be251cf9-dd7f-42a7-82d9-17b083912c31" }, { "id": "a8ecf6d2-620f-4b66-9bbe-c7c62cfdc4a1", "name": "Permission denied", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"maxAge\": 240\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/check", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "check" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-a8ecf6d2-620f-4b66-9bbe-c7c62cfdc4a1" }, { "id": "d23c5575-617a-4dce-99ce-36e77f467027", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"maxAge\": 240\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/check", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "check" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 404,\n \"code\": \"SIM_SWAP.UNKNOWN_PHONE_NUMBER\",\n \"message\": \"SIM Swap can't be checked because the phone number is unknown\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-d23c5575-617a-4dce-99ce-36e77f467027" }, { "id": "57da7963-c135-4792-8fd7-9bdf7db8bf61", "name": "Unprocessable content", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"maxAge\": 240\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/check", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "check" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 422,\n \"code\": \"SERVICE_NOT_APPLICABLE\",\n \"message\": \"The service is not available for the provided identifier\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-57da7963-c135-4792-8fd7-9bdf7db8bf61" }, { "id": "14f1172a-23c7-48ea-b5bb-812e475c7a37", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"maxAge\": 240\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/check", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "check" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 500,\n \"code\": \"INTERNAL\",\n \"message\": \"Server error\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-14f1172a-23c7-48ea-b5bb-812e475c7a37" } ], "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-75f8e5ef-a10c-4e88-88e3-3ec361975c89" } ], "id": "a34b46e8-185d-4211-9091-750d6fbe7bc3", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-a34b46e8-185d-4211-9091-750d6fbe7bc3" }, { "name": "retrieve-date", "item": [ { "name": "Retrieve SIM Swap date", "id": "af17880a-c407-43e8-8bf2-1d2e8b1dbf42", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/retrieve-date", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "retrieve-date" ] }, "description": "Use this method to retrieve the last date when the SIM Swap occurred for a given mobile phone number." }, "response": [ { "id": "802ba092-88a0-4484-8227-cd8ef78e9d63", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/retrieve-date", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "retrieve-date" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"latestSimChange\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-802ba092-88a0-4484-8227-cd8ef78e9d63" }, { "id": "fa9e8aa6-3066-4dcd-8b3e-83eaebc68b3f", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/retrieve-date", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "retrieve-date" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 400,\n \"code\": \"INVALID_ARGUMENT\",\n \"message\": \"Client specified an invalid argument, request body or query param\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-fa9e8aa6-3066-4dcd-8b3e-83eaebc68b3f" }, { "id": "711a330c-87f0-48bd-a573-5809132c2ef1", "name": "Unauthorized - Platform authentication error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/retrieve-date", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "retrieve-date" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-711a330c-87f0-48bd-a573-5809132c2ef1" }, { "id": "a3940249-1b27-471a-9526-b0f547e90a91", "name": "Permission denied", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/retrieve-date", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "retrieve-date" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-a3940249-1b27-471a-9526-b0f547e90a91" }, { "id": "d4d887eb-9e68-4db7-b990-35fe4723eb5b", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/retrieve-date", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "retrieve-date" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 404,\n \"code\": \"NOT_FOUND\",\n \"message\": \"Not found\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-d4d887eb-9e68-4db7-b990-35fe4723eb5b" }, { "id": "021085da-4f62-4666-8c70-aab14759c105", "name": "Unprocessable content", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/retrieve-date", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "retrieve-date" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 422,\n \"code\": \"SERVICE_NOT_APPLICABLE\",\n \"message\": \"The service is not available for the provided identifier\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-021085da-4f62-4666-8c70-aab14759c105" }, { "id": "16a896f6-ba71-4fa4-a644-ee09b1430583", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/sim-swap/v0/retrieve-date", "host": [ "{{baseUrl}}" ], "path": [ "camara", "sim-swap", "v0", "retrieve-date" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 500,\n \"code\": \"INTERNAL\",\n \"message\": \"Server error\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-16a896f6-ba71-4fa4-a644-ee09b1430583" } ], "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-af17880a-c407-43e8-8bf2-1d2e8b1dbf42" } ], "id": "87a4dc37-745e-47d4-88e3-dbc8f19867e1", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-87a4dc37-745e-47d4-88e3-dbc8f19867e1" } ], "id": "60b48f2e-7c22-4ca8-b968-fc1ef7940f8d", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-60b48f2e-7c22-4ca8-b968-fc1ef7940f8d" } ], "id": "c8e65fe4-040b-4c09-9efb-b5982b44a236", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-c8e65fe4-040b-4c09-9efb-b5982b44a236" }, { "name": "kyc-match", "item": [ { "name": "v0.3", "item": [ { "name": "match", "item": [ { "name": "KYC Match", "id": "0ef2169a-873b-40dc-8f6e-7819b7d1c4ce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"idDocument\": \"\",\n \"name\": \"\",\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"nameKanaHankaku\": \"\",\n \"nameKanaZenkaku\": \"\",\n \"middleNames\": \"\",\n \"familyNameAtBirth\": \"\",\n \"address\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"locality\": \"\",\n \"country\": \"\",\n \"houseNumberExtension\": \"\",\n \"birthdate\": \"\",\n \"email\": \"\",\n \"gender\": \"MALE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/kyc-match/v0.3/match", "host": [ "{{baseUrl}}" ], "path": [ "camara", "kyc-match", "v0.3", "match" ] }, "description": "Use this method to match customer data against Mobile Operators data." }, "response": [ { "id": "c6462691-a8ac-4066-97a3-a00745ea091f", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"idDocument\": \"\",\n \"name\": \"\",\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"nameKanaHankaku\": \"\",\n \"nameKanaZenkaku\": \"\",\n \"middleNames\": \"\",\n \"familyNameAtBirth\": \"\",\n \"address\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"locality\": \"\",\n \"country\": \"\",\n \"houseNumberExtension\": \"\",\n \"birthdate\": \"\",\n \"email\": \"\",\n \"gender\": \"MALE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/kyc-match/v0.3/match", "host": [ "{{baseUrl}}" ], "path": [ "camara", "kyc-match", "v0.3", "match" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"idDocumentMatch\": \"NOT_AVAILABLE\",\n \"nameMatch\": \"TRUE\",\n \"nameMatchScore\": \"\",\n \"givenNameMatch\": \"NOT_AVAILABLE\",\n \"givenNameMatchScore\": \"\",\n \"familyNameMatch\": \"NOT_AVAILABLE\",\n \"familyNameMatchScore\": \"\",\n \"nameKanaHankakuMatch\": \"NOT_AVAILABLE\",\n \"nameKanaHankakuMatchScore\": \"\",\n \"nameKanaZenkakuMatch\": \"FALSE\",\n \"nameKanaZenkakuMatchScore\": \"\",\n \"middleNamesMatch\": \"NOT_AVAILABLE\",\n \"middleNamesMatchScore\": \"\",\n \"familyNameAtBirthMatch\": \"TRUE\",\n \"familyNameAtBirthMatchScore\": \"\",\n \"addressMatch\": \"TRUE\",\n \"addressMatchScore\": \"\",\n \"streetNameMatch\": \"TRUE\",\n \"streetNameMatchScore\": \"\",\n \"streetNumberMatch\": \"NOT_AVAILABLE\",\n \"streetNumberMatchScore\": \"\",\n \"postalCodeMatch\": \"FALSE\",\n \"regionMatch\": \"TRUE\",\n \"regionMatchScore\": \"\",\n \"localityMatch\": \"NOT_AVAILABLE\",\n \"localityMatchScore\": \"\",\n \"countryMatch\": \"TRUE\",\n \"houseNumberExtensionMatch\": \"FALSE\",\n \"birthdateMatch\": \"FALSE\",\n \"emailMatch\": \"NOT_AVAILABLE\",\n \"emailMatchScore\": \"\",\n \"genderMatch\": \"NOT_AVAILABLE\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-c6462691-a8ac-4066-97a3-a00745ea091f" }, { "id": "80bc635d-da76-48ca-9804-d13f38ddb07a", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"idDocument\": \"\",\n \"name\": \"\",\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"nameKanaHankaku\": \"\",\n \"nameKanaZenkaku\": \"\",\n \"middleNames\": \"\",\n \"familyNameAtBirth\": \"\",\n \"address\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"locality\": \"\",\n \"country\": \"\",\n \"houseNumberExtension\": \"\",\n \"birthdate\": \"\",\n \"email\": \"\",\n \"gender\": \"MALE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/kyc-match/v0.3/match", "host": [ "{{baseUrl}}" ], "path": [ "camara", "kyc-match", "v0.3", "match" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 400,\n \"code\": \"INVALID_ARGUMENT\",\n \"message\": \"Client specified an invalid argument, request body or query param\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-80bc635d-da76-48ca-9804-d13f38ddb07a" }, { "id": "d363c82c-042e-42c1-aeda-f6046abafd21", "name": "Unauthorized - Platform authentication error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"idDocument\": \"\",\n \"name\": \"\",\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"nameKanaHankaku\": \"\",\n \"nameKanaZenkaku\": \"\",\n \"middleNames\": \"\",\n \"familyNameAtBirth\": \"\",\n \"address\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"locality\": \"\",\n \"country\": \"\",\n \"houseNumberExtension\": \"\",\n \"birthdate\": \"\",\n \"email\": \"\",\n \"gender\": \"MALE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/kyc-match/v0.3/match", "host": [ "{{baseUrl}}" ], "path": [ "camara", "kyc-match", "v0.3", "match" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-d363c82c-042e-42c1-aeda-f6046abafd21" }, { "id": "d26844ba-5f6d-4d46-9333-3e0b6ac07a36", "name": "Permission denied", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"idDocument\": \"\",\n \"name\": \"\",\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"nameKanaHankaku\": \"\",\n \"nameKanaZenkaku\": \"\",\n \"middleNames\": \"\",\n \"familyNameAtBirth\": \"\",\n \"address\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"locality\": \"\",\n \"country\": \"\",\n \"houseNumberExtension\": \"\",\n \"birthdate\": \"\",\n \"email\": \"\",\n \"gender\": \"MALE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/kyc-match/v0.3/match", "host": [ "{{baseUrl}}" ], "path": [ "camara", "kyc-match", "v0.3", "match" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-d26844ba-5f6d-4d46-9333-3e0b6ac07a36" }, { "id": "792d568d-1518-4f87-aa5a-f6fd08190458", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"idDocument\": \"\",\n \"name\": \"\",\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"nameKanaHankaku\": \"\",\n \"nameKanaZenkaku\": \"\",\n \"middleNames\": \"\",\n \"familyNameAtBirth\": \"\",\n \"address\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"locality\": \"\",\n \"country\": \"\",\n \"houseNumberExtension\": \"\",\n \"birthdate\": \"\",\n \"email\": \"\",\n \"gender\": \"MALE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/kyc-match/v0.3/match", "host": [ "{{baseUrl}}" ], "path": [ "camara", "kyc-match", "v0.3", "match" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 404,\n \"code\": \"NOT_FOUND\",\n \"message\": \"Not found\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-792d568d-1518-4f87-aa5a-f6fd08190458" }, { "id": "ed44dc6a-574e-4027-9fdb-36b1c4272dc8", "name": "Unprocessable content", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"idDocument\": \"\",\n \"name\": \"\",\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"nameKanaHankaku\": \"\",\n \"nameKanaZenkaku\": \"\",\n \"middleNames\": \"\",\n \"familyNameAtBirth\": \"\",\n \"address\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"locality\": \"\",\n \"country\": \"\",\n \"houseNumberExtension\": \"\",\n \"birthdate\": \"\",\n \"email\": \"\",\n \"gender\": \"MALE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/kyc-match/v0.3/match", "host": [ "{{baseUrl}}" ], "path": [ "camara", "kyc-match", "v0.3", "match" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 422,\n \"code\": \"SERVICE_NOT_APPLICABLE\",\n \"message\": \"The service is not available for the provided identifier\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-ed44dc6a-574e-4027-9fdb-36b1c4272dc8" }, { "id": "881ddf94-dc6c-4496-9bcb-2e2dcb6fb704", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumber\": \"\",\n \"idDocument\": \"\",\n \"name\": \"\",\n \"givenName\": \"\",\n \"familyName\": \"\",\n \"nameKanaHankaku\": \"\",\n \"nameKanaZenkaku\": \"\",\n \"middleNames\": \"\",\n \"familyNameAtBirth\": \"\",\n \"address\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"postalCode\": \"\",\n \"region\": \"\",\n \"locality\": \"\",\n \"country\": \"\",\n \"houseNumberExtension\": \"\",\n \"birthdate\": \"\",\n \"email\": \"\",\n \"gender\": \"MALE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/camara/kyc-match/v0.3/match", "host": [ "{{baseUrl}}" ], "path": [ "camara", "kyc-match", "v0.3", "match" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 500,\n \"code\": \"INTERNAL\",\n \"message\": \"Server error\"\n}", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-881ddf94-dc6c-4496-9bcb-2e2dcb6fb704" } ], "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-0ef2169a-873b-40dc-8f6e-7819b7d1c4ce" } ], "id": "1b2b43ae-1f62-433a-a262-53fb82d9c32c", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-1b2b43ae-1f62-433a-a262-53fb82d9c32c" } ], "id": "6308fe8c-390f-4abb-aa73-63992f04dc23", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-6308fe8c-390f-4abb-aa73-63992f04dc23" } ], "id": "06ebaa4a-12ff-4ea4-a24b-d995cb8213ce", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-06ebaa4a-12ff-4ea4-a24b-d995cb8213ce" } ], "id": "e687ce3b-4777-44a9-b92d-e3b0bb0d472a", "createdAt": "2026-07-28T01:58:25.000Z", "updatedAt": "2026-07-28T01:58:25.000Z", "uid": "35240-e687ce3b-4777-44a9-b92d-e3b0bb0d472a" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }