{ "info": { "_postman_id": "8bb9854b-88dc-45c7-b2fd-92e59742a6f3", "name": "Unifonic Authenticate Call Management and Status Number Masking API", "description": "Handles verifications with OTP to multiple channels\n\nContact Support:\n Name: Unifonic Support\n Email: support@unifonic.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "lastUpdatedBy": "35240", "uid": "35240-8bb9854b-88dc-45c7-b2fd-92e59742a6f3" }, "item": [ { "name": "providers", "item": [ { "name": "masks", "item": [ { "name": "Retrieves all masking sessions", "id": "3f0ce8a2-1245-4260-9796-4ab6a8522464", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) applicationId found on Unifonic Console", "key": "appsId", "value": "" }, { "key": "Accept", "value": "application/json;charset=utf-8" } ], "url": { "raw": "{{baseUrl}}/providers/masks?toDate=&fromDate=&sort=&status=", "host": [ "{{baseUrl}}" ], "path": [ "providers", "masks" ], "query": [ { "description": "date ending with", "key": "toDate", "value": "" }, { "description": "date starting with", "key": "fromDate", "value": "" }, { "description": "(Required) asc or desc", "key": "sort", "value": "" }, { "description": "active or inactive", "key": "status", "value": "" } ] }, "description": "This operation retrieves a list of all masking sessions" }, "response": [ { "id": "d67cd420-3ad2-456c-b2d9-0318cf2a63e7", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) applicationId found on Unifonic Console", "key": "appsId", "value": "" }, { "key": "Accept", "value": "application/json;charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "x-authenticate-app-id", "value": "" } ], "url": { "raw": "{{baseUrl}}/providers/masks?toDate=&fromDate=&sort=&status=", "host": [ "{{baseUrl}}" ], "path": [ "providers", "masks" ], "query": [ { "description": "date ending with", "key": "toDate", "value": "" }, { "description": "date starting with", "key": "fromDate", "value": "" }, { "description": "(Required) asc or desc", "key": "sort", "value": "" }, { "description": "active or inactive", "key": "status", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": [\n {\n \"maskId\": \"\",\n \"callerId\": \"\",\n \"status\": \"\",\n \"timeCreation\": \"\",\n \"timeDeactivation\": \"\",\n \"timeExpiry\": \"\",\n \"requestBody\": \"\",\n \"secondaryCallerId\": \"\"\n },\n {\n \"maskId\": \"\",\n \"callerId\": \"\",\n \"status\": \"\",\n \"timeCreation\": \"\",\n \"timeDeactivation\": \"\",\n \"timeExpiry\": \"\",\n \"requestBody\": \"\",\n \"secondaryCallerId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-d67cd420-3ad2-456c-b2d9-0318cf2a63e7" } ], "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-3f0ce8a2-1245-4260-9796-4ab6a8522464" }, { "name": "Creates a Two Way Number Masking Session", "id": "ca9c083e-06a6-4832-8faa-16ba4bc5a924", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) applicationId found on Unifonic Console", "key": "appsId", "value": "" }, { "key": "Content-Type", "value": "application/json;charset=utf-8" }, { "key": "Accept", "value": "application/json;charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"to\": \"\",\n \"from\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/providers/masks", "host": [ "{{baseUrl}}" ], "path": [ "providers", "masks" ] }, "description": "This operation creates a Number Masking session for two parties." }, "response": [ { "id": "ea9aeb1a-f37f-48b1-8b89-84f863c38c22", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) applicationId found on Unifonic Console", "key": "appsId", "value": "" }, { "key": "Content-Type", "value": "application/json;charset=utf-8" }, { "key": "Accept", "value": "application/json;charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "x-authenticate-app-id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"to\": \"\",\n \"from\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/providers/masks", "host": [ "{{baseUrl}}" ], "path": [ "providers", "masks" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "{\n \"maskId\": \"\",\n \"callerId\": \"\",\n \"status\": \"\",\n \"timeCreation\": \"\",\n \"timeDeactivation\": \"\",\n \"timeExpiry\": \"\",\n \"requestBody\": \"\",\n \"secondaryCallerId\": \"\"\n}", "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-ea9aeb1a-f37f-48b1-8b89-84f863c38c22" } ], "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-ca9c083e-06a6-4832-8faa-16ba4bc5a924" } ], "id": "8384035c-b1f1-4a5c-8c39-ce90bdb6fd99", "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-8384035c-b1f1-4a5c-8c39-ce90bdb6fd99" }, { "name": "config", "item": [ { "name": "masks", "item": [ { "name": "Creates a One Way Number Masking Session", "id": "b374563e-29e5-40b1-9b43-81e46b5e642c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) applicationId found on Unifonic Console", "key": "appsId", "value": "" }, { "key": "Content-Type", "value": "application/json;charset=utf-8" }, { "key": "Accept", "value": "application/json;charset=utf-8" } ], "body": { "mode": "raw", "raw": "{\n \"to\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/providers/config/masks", "host": [ "{{baseUrl}}" ], "path": [ "providers", "config", "masks" ] }, "description": "This operation creates a Number Masking session for one party." }, "response": [ { "id": "fcb4e519-16cc-42b0-ab1f-961ec4fae1db", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) applicationId found on Unifonic Console", "key": "appsId", "value": "" }, { "key": "Content-Type", "value": "application/json;charset=utf-8" }, { "key": "Accept", "value": "application/json;charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "x-authenticate-app-id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"to\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/providers/config/masks", "host": [ "{{baseUrl}}" ], "path": [ "providers", "config", "masks" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "{\n \"maskId\": \"\",\n \"callerId\": \"\",\n \"status\": \"\",\n \"timeCreation\": \"\",\n \"timeDeactivation\": \"\",\n \"timeExpiry\": \"\",\n \"requestBody\": \"\",\n \"secondaryCallerId\": \"\"\n}", "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-fcb4e519-16cc-42b0-ab1f-961ec4fae1db" } ], "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-b374563e-29e5-40b1-9b43-81e46b5e642c" } ], "id": "8ba87e3e-4afe-4c68-b936-05b77b112475", "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-8ba87e3e-4afe-4c68-b936-05b77b112475" } ], "id": "015b207c-a0a0-4f81-add0-1fd3ec7648c5", "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-015b207c-a0a0-4f81-add0-1fd3ec7648c5" }, { "name": "{maskId}", "item": [ { "name": "Retrieves details of a specific masking session", "id": "217f7810-122d-43f8-9054-ea09deb2a2fc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) applicationId found on Unifonic Console", "key": "appsId", "value": "" }, { "key": "Accept", "value": "application/json;charset=utf-8" } ], "url": { "raw": "{{baseUrl}}/providers/:maskId", "host": [ "{{baseUrl}}" ], "path": [ "providers", ":maskId" ], "variable": [ { "id": "c60cdde2-eb5f-451c-ab07-23d2ef47554d", "key": "maskId", "value": "", "description": "(Required) Identifier of the specific Number Masking Session" } ] }, "description": "This operation list or find UsageSpecification entities" }, "response": [ { "id": "3ab99aed-7b17-4cf7-b824-090335db1657", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) applicationId found on Unifonic Console", "key": "appsId", "value": "" }, { "key": "Accept", "value": "application/json;charset=utf-8" }, { "description": "Added as a part of security scheme: apikey", "key": "x-authenticate-app-id", "value": "" } ], "url": { "raw": "{{baseUrl}}/providers/:maskId", "host": [ "{{baseUrl}}" ], "path": [ "providers", ":maskId" ], "variable": [ { "key": "maskId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json;charset=utf-8" } ], "cookie": [], "responseTime": null, "body": "{\n \"maskId\": \"\",\n \"callerId\": \"\",\n \"status\": \"\",\n \"timeCreation\": \"\",\n \"timeDeactivation\": \"\",\n \"timeExpiry\": \"\",\n \"requestBody\": \"\",\n \"secondaryCallerId\": \"\"\n}", "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-3ab99aed-7b17-4cf7-b824-090335db1657" } ], "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-217f7810-122d-43f8-9054-ea09deb2a2fc" }, { "name": "Deactivates a specific masking session", "id": "b6d403d6-4ac8-4b5d-a12a-8dab9f2ba754", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "description": "(Required) applicationId found on Unifonic Console", "key": "appsId", "value": "" } ], "url": { "raw": "{{baseUrl}}/providers/:maskId", "host": [ "{{baseUrl}}" ], "path": [ "providers", ":maskId" ], "variable": [ { "id": "88074e45-7582-4968-9119-a5ba86b79c15", "key": "maskId", "value": "", "description": "(Required) Identifier of the Masking Session to be deleted" } ] }, "description": "This operation deactivates a Masking Session. Parties can no longer contact each other after this operation." }, "response": [ { "id": "719084ee-9c6b-4083-9dfd-ef0490a2985e", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) applicationId found on Unifonic Console", "key": "appsId", "value": "" }, { "description": "Added as a part of security scheme: apikey", "key": "x-authenticate-app-id", "value": "" } ], "url": { "raw": "{{baseUrl}}/providers/:maskId", "host": [ "{{baseUrl}}" ], "path": [ "providers", ":maskId" ], "variable": [ { "key": "maskId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-719084ee-9c6b-4083-9dfd-ef0490a2985e" } ], "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-b6d403d6-4ac8-4b5d-a12a-8dab9f2ba754" } ], "id": "ce211315-1e2a-44ac-9d95-e4ef16ecf7e3", "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-ce211315-1e2a-44ac-9d95-e4ef16ecf7e3" } ], "id": "a7ad59a8-7e37-49ac-bc29-f5db62deb3be", "createdAt": "2026-07-28T03:22:36.000Z", "updatedAt": "2026-07-28T03:22:36.000Z", "uid": "35240-a7ad59a8-7e37-49ac-bc29-f5db62deb3be" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-authenticate-app-id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://authenticate.cloud.api.unifonic.com" } ] }