{ "info": { "_postman_id": "9d3bac55-28a6-46e2-98a7-99af36f7b1c5", "name": "Unifonic Authenticate Call Management and Status Webhooks 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:38.000Z", "updatedAt": "2026-07-28T03:22:38.000Z", "lastUpdatedBy": "35240", "uid": "35240-9d3bac55-28a6-46e2-98a7-99af36f7b1c5" }, "item": [ { "name": "providers", "item": [ { "name": "webhook", "item": [ { "name": "Creates a Webhook", "id": "941594e7-b0e5-491f-b635-631cc57dd97e", "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" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"basicAuthNeeded\": \"\",\n \"username\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/providers/webhook", "host": [ "{{baseUrl}}" ], "path": [ "providers", "webhook" ] }, "description": "This operation creates a Webhook for a particular voice application" }, "response": [ { "id": "5083b295-67bc-4b31-9d88-ee7756f8178d", "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" }, { "description": "Added as a part of security scheme: apikey", "key": "x-authenticate-app-id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"basicAuthNeeded\": \"\",\n \"username\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/providers/webhook", "host": [ "{{baseUrl}}" ], "path": [ "providers", "webhook" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:39.000Z", "updatedAt": "2026-07-28T03:22:39.000Z", "uid": "35240-5083b295-67bc-4b31-9d88-ee7756f8178d" } ], "createdAt": "2026-07-28T03:22:39.000Z", "updatedAt": "2026-07-28T03:22:39.000Z", "uid": "35240-941594e7-b0e5-491f-b635-631cc57dd97e" } ], "id": "a964d786-2cf1-43d6-a7eb-50893915e432", "createdAt": "2026-07-28T03:22:39.000Z", "updatedAt": "2026-07-28T03:22:39.000Z", "uid": "35240-a964d786-2cf1-43d6-a7eb-50893915e432" } ], "id": "a0f930a7-f18b-45f3-b364-04972ba35a2f", "createdAt": "2026-07-28T03:22:39.000Z", "updatedAt": "2026-07-28T03:22:39.000Z", "uid": "35240-a0f930a7-f18b-45f3-b364-04972ba35a2f" } ], "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" } ] }