{ "info": { "_postman_id": "33a395be-beb3-4d87-a7ae-4989fb57d3e7", "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:59:32.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "lastUpdatedBy": "35240", "uid": "35240-33a395be-beb3-4d87-a7ae-4989fb57d3e7" }, "item": [ { "name": "numbers", "item": [ { "name": "1", "item": [ { "name": "numbers", "item": [ { "name": "available", "item": [ { "name": "Get available numbers", "id": "9efe41a8-dcd4-474b-a4b7-e7527cd45f31", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/available?capabilities=WHATSAPP_VOICE&capabilities=MMS&country=&state=&npa=&nxx=&limit=10&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", "available" ], "query": [ { "description": "An array of communication channels the number is able to support.", "key": "capabilities", "value": "WHATSAPP_VOICE" }, { "description": "An array of communication channels the number is able to support.", "key": "capabilities", "value": "MMS" }, { "description": "The number's country code.", "key": "country", "value": "" }, { "description": "US Numbers only: US state", "key": "state", "value": "" }, { "description": "US numbers only: area code.", "key": "npa", "value": "" }, { "description": "US numbers only: the 3 digits following the area code.", "key": "nxx", "value": "" }, { "description": "Number of records returned per page.", "key": "limit", "value": "10" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use it with `limit` for paging purposes.", "key": "page", "value": "0" } ] }, "description": "Use this method to get all the numbers available to buy. Use the query parameters to filter the returned numbers for specific details." }, "response": [ { "id": "0f0c5729-d01a-4dc7-93d4-55b4309b954f", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/available?capabilities=MMS&country=&state=&npa=&nxx=&limit=10&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", "available" ], "query": [ { "description": "An array of communication channels the number is able to support.", "key": "capabilities", "value": "MMS" }, { "description": "The number's country code.", "key": "country", "value": "" }, { "description": "US Numbers only: US state", "key": "state", "value": "" }, { "description": "US numbers only: area code.", "key": "npa", "value": "" }, { "description": "US numbers only: the 3 digits following the area code.", "key": "nxx", "value": "" }, { "description": "Number of records returned per page.", "key": "limit", "value": "10" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use it with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"numbers\": [\n {\n \"numberKey\": \"\",\n \"number\": \"\",\n \"country\": \"\",\n \"countryName\": \"\",\n \"type\": \"OPEN_CHANNEL\",\n \"capabilities\": [\n \"MMS\",\n \"VOICE\"\n ],\n \"shared\": \"\",\n \"price\": {\n \"pricePerMonth\": \"\",\n \"setupPrice\": \"\",\n \"initialMonthPrice\": \"\",\n \"currency\": \"\"\n },\n \"network\": \"\",\n \"keywords\": [\n \"\",\n \"\"\n ],\n \"voiceSetup\": {\n \"action\": {\n \"type\": \"SMPP_FORWARD\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n },\n \"reservationStatus\": \"ERROR\",\n \"additionalSetupRequired\": \"\",\n \"editPermissions\": {\n \"canEditNumber\": \"\",\n \"canEditConfiguration\": \"\"\n },\n \"note\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n },\n {\n \"numberKey\": \"\",\n \"number\": \"\",\n \"country\": \"\",\n \"countryName\": \"\",\n \"type\": \"WHATSAPP\",\n \"capabilities\": [\n \"MMS\",\n \"VOICE\"\n ],\n \"shared\": \"\",\n \"price\": {\n \"pricePerMonth\": \"\",\n \"setupPrice\": \"\",\n \"initialMonthPrice\": \"\",\n \"currency\": \"\"\n },\n \"network\": \"\",\n \"keywords\": [\n \"\",\n \"\"\n ],\n \"voiceSetup\": {\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_CONVERSATIONS_WITH_FLOW\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n },\n \"reservationStatus\": \"BILLING_FAILED\",\n \"additionalSetupRequired\": \"\",\n \"editPermissions\": {\n \"canEditNumber\": \"\",\n \"canEditConfiguration\": \"\"\n },\n \"note\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n ],\n \"numberCount\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0f0c5729-d01a-4dc7-93d4-55b4309b954f" }, { "id": "86e363b0-9e8c-4ac6-a28a-26119f37ce8c", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/available?capabilities=MMS&country=&state=&npa=&nxx=&limit=10&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", "available" ], "query": [ { "description": "An array of communication channels the number is able to support.", "key": "capabilities", "value": "MMS" }, { "description": "The number's country code.", "key": "country", "value": "" }, { "description": "US Numbers only: US state", "key": "state", "value": "" }, { "description": "US numbers only: area code.", "key": "npa", "value": "" }, { "description": "US numbers only: the 3 digits following the area code.", "key": "nxx", "value": "" }, { "description": "Number of records returned per page.", "key": "limit", "value": "10" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use it with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-86e363b0-9e8c-4ac6-a28a-26119f37ce8c" }, { "id": "2fc216d9-a572-4b59-87b9-28079e6f0368", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/available?capabilities=MMS&country=&state=&npa=&nxx=&limit=10&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", "available" ], "query": [ { "description": "An array of communication channels the number is able to support.", "key": "capabilities", "value": "MMS" }, { "description": "The number's country code.", "key": "country", "value": "" }, { "description": "US Numbers only: US state", "key": "state", "value": "" }, { "description": "US numbers only: area code.", "key": "npa", "value": "" }, { "description": "US numbers only: the 3 digits following the area code.", "key": "nxx", "value": "" }, { "description": "Number of records returned per page.", "key": "limit", "value": "10" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use it with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2fc216d9-a572-4b59-87b9-28079e6f0368" }, { "id": "2b0eaee3-b49f-40e1-b53e-eb0ddbdf67f0", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/available?capabilities=MMS&country=&state=&npa=&nxx=&limit=10&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", "available" ], "query": [ { "description": "An array of communication channels the number is able to support.", "key": "capabilities", "value": "MMS" }, { "description": "The number's country code.", "key": "country", "value": "" }, { "description": "US Numbers only: US state", "key": "state", "value": "" }, { "description": "US numbers only: area code.", "key": "npa", "value": "" }, { "description": "US numbers only: the 3 digits following the area code.", "key": "nxx", "value": "" }, { "description": "Number of records returned per page.", "key": "limit", "value": "10" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use it with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2b0eaee3-b49f-40e1-b53e-eb0ddbdf67f0" }, { "id": "94b573f6-0956-41b5-9e03-84c7220098a1", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/available?capabilities=MMS&country=&state=&npa=&nxx=&limit=10&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", "available" ], "query": [ { "description": "An array of communication channels the number is able to support.", "key": "capabilities", "value": "MMS" }, { "description": "The number's country code.", "key": "country", "value": "" }, { "description": "US Numbers only: US state", "key": "state", "value": "" }, { "description": "US numbers only: area code.", "key": "npa", "value": "" }, { "description": "US numbers only: the 3 digits following the area code.", "key": "nxx", "value": "" }, { "description": "Number of records returned per page.", "key": "limit", "value": "10" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use it with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-94b573f6-0956-41b5-9e03-84c7220098a1" }, { "id": "5f6749a0-5e5d-45cd-80ac-185f4aacd8d8", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/available?capabilities=MMS&country=&state=&npa=&nxx=&limit=10&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", "available" ], "query": [ { "description": "An array of communication channels the number is able to support.", "key": "capabilities", "value": "MMS" }, { "description": "The number's country code.", "key": "country", "value": "" }, { "description": "US Numbers only: US state", "key": "state", "value": "" }, { "description": "US numbers only: area code.", "key": "npa", "value": "" }, { "description": "US numbers only: the 3 digits following the area code.", "key": "nxx", "value": "" }, { "description": "Number of records returned per page.", "key": "limit", "value": "10" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use it with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5f6749a0-5e5d-45cd-80ac-185f4aacd8d8" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9efe41a8-dcd4-474b-a4b7-e7527cd45f31" } ], "id": "0fd99d3d-cc3a-411e-b59e-8c6ab2d5f928", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0fd99d3d-cc3a-411e-b59e-8c6ab2d5f928" }, { "name": "{numberKey}", "item": [ { "name": "Get single owned number", "id": "e350f0d7-4a9a-4f87-b2f3-cea9d90cfd91", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "id": "f9a76d16-5c6b-4b2d-acb9-7f1c25f44fe9", "key": "numberKey", "value": "", "description": "(Required) The unique ID of the number for which information is requested." } ] }, "description": "Get information about an owned number using the unique ID of the number." }, "response": [ { "id": "82475683-43fb-47e1-8640-81958e68ae7f", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"numberKey\": \"\",\n \"number\": \"\",\n \"country\": \"\",\n \"countryName\": \"\",\n \"type\": \"WHATSAPP\",\n \"capabilities\": [\n \"WHATSAPP\",\n \"VOICE\"\n ],\n \"shared\": \"\",\n \"price\": {\n \"pricePerMonth\": \"\",\n \"setupPrice\": \"\",\n \"initialMonthPrice\": \"\",\n \"currency\": \"\"\n },\n \"network\": \"\",\n \"keywords\": [\n \"\",\n \"\"\n ],\n \"voiceSetup\": {\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n },\n \"reservationStatus\": \"BILLING_FAILED\",\n \"additionalSetupRequired\": \"\",\n \"editPermissions\": {\n \"canEditNumber\": \"\",\n \"canEditConfiguration\": \"\"\n },\n \"note\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-82475683-43fb-47e1-8640-81958e68ae7f" }, { "id": "98eea3ab-aa1d-4c1f-be07-795b5d788f4f", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-98eea3ab-aa1d-4c1f-be07-795b5d788f4f" }, { "id": "4c34029f-8fa1-424b-a72c-fdce102d9b61", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4c34029f-8fa1-424b-a72c-fdce102d9b61" }, { "id": "d01cea41-36c8-4be6-9d7d-9462ddb96be5", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d01cea41-36c8-4be6-9d7d-9462ddb96be5" }, { "id": "2aa25c63-181b-4e54-8d34-eb5dcbd1199b", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2aa25c63-181b-4e54-8d34-eb5dcbd1199b" }, { "id": "3b8729ce-12b5-4511-86e7-42fb47f9c7b3", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3b8729ce-12b5-4511-86e7-42fb47f9c7b3" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e350f0d7-4a9a-4f87-b2f3-cea9d90cfd91" }, { "name": "Update owned number", "id": "d1cbcab0-7b7e-4e25-b297-c206db031321", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "id": "9747e588-20ef-4468-917c-2ed12b786a3f", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Use this method to update the application and the entity, if required, that is linked to a number." }, "response": [ { "id": "30163b1b-23fa-4d88-9fc8-b8038e83cfc7", "name": "OK", "originalRequest": { "method": "PUT", "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 \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"numberKey\": \"\",\n \"number\": \"\",\n \"country\": \"\",\n \"countryName\": \"\",\n \"type\": \"WHATSAPP\",\n \"capabilities\": [\n \"WHATSAPP\",\n \"VOICE\"\n ],\n \"shared\": \"\",\n \"price\": {\n \"pricePerMonth\": \"\",\n \"setupPrice\": \"\",\n \"initialMonthPrice\": \"\",\n \"currency\": \"\"\n },\n \"network\": \"\",\n \"keywords\": [\n \"\",\n \"\"\n ],\n \"voiceSetup\": {\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n },\n \"reservationStatus\": \"BILLING_FAILED\",\n \"additionalSetupRequired\": \"\",\n \"editPermissions\": {\n \"canEditNumber\": \"\",\n \"canEditConfiguration\": \"\"\n },\n \"note\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-30163b1b-23fa-4d88-9fc8-b8038e83cfc7" }, { "id": "ce0b595a-14eb-4756-8eb1-f704fabc04ce", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ce0b595a-14eb-4756-8eb1-f704fabc04ce" }, { "id": "69586241-7be0-4e45-8edf-c925d30491ba", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-69586241-7be0-4e45-8edf-c925d30491ba" }, { "id": "9f8512d2-0fef-4790-a938-f546ef94e284", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9f8512d2-0fef-4790-a938-f546ef94e284" }, { "id": "8d013d22-eb40-4409-a9e3-3c3cd43a66ea", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8d013d22-eb40-4409-a9e3-3c3cd43a66ea" }, { "id": "1a229b4d-91d5-41cf-a5dd-812e1bcec215", "name": "Too many requests", "originalRequest": { "method": "PUT", "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 \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1a229b4d-91d5-41cf-a5dd-812e1bcec215" }, { "id": "175ec270-c969-44ae-9a85-9b79d2430482", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-175ec270-c969-44ae-9a85-9b79d2430482" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d1cbcab0-7b7e-4e25-b297-c206db031321" }, { "name": "Cancel number", "id": "88fa1261-cc21-4578-9940-1841f5e9c6a4", "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": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "id": "63b6c7c4-821e-45b7-9c2a-f7373228dedf", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "This method will cancel your number. Any number purchased from Infobip Numbers inventory you cancel will become available in the numbers pool for anyone to buy." }, "response": [ { "id": "f5e73f0d-79f6-449a-8818-f828f95811fa", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f5e73f0d-79f6-449a-8818-f828f95811fa" }, { "id": "c52be07d-2978-4d82-a3d3-02c32f81a6d8", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c52be07d-2978-4d82-a3d3-02c32f81a6d8" }, { "id": "d582cd78-d360-4349-8f8f-cca6a34a8482", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d582cd78-d360-4349-8f8f-cca6a34a8482" }, { "id": "45b05849-458c-4408-ab3a-b4a28a5cc2cb", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-45b05849-458c-4408-ab3a-b4a28a5cc2cb" }, { "id": "c3d378c0-1547-406f-97a2-c139cb38a37f", "name": "Too Many Requests", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c3d378c0-1547-406f-97a2-c139cb38a37f" }, { "id": "9507ce12-3ac2-447d-9bac-e32e252c0c28", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers/:numberKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers", ":numberKey" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9507ce12-3ac2-447d-9bac-e32e252c0c28" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-88fa1261-cc21-4578-9940-1841f5e9c6a4" } ], "id": "e254f0a7-ba7a-498d-9a82-44e906984929", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e254f0a7-ba7a-498d-9a82-44e906984929" }, { "name": "List owned numbers", "id": "caf0cfab-c625-4c98-8dd5-49e72a06cee2", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers?limit=50&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ] }, "description": "Use this method to get all the owned numbers for this account." }, "response": [ { "id": "eee1453b-adcb-4184-ae34-1e82c4faad04", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers?limit=50&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"numbers\": [\n {\n \"numberKey\": \"\",\n \"number\": \"\",\n \"country\": \"\",\n \"countryName\": \"\",\n \"type\": \"OPEN_CHANNEL\",\n \"capabilities\": [\n \"MMS\",\n \"VOICE\"\n ],\n \"shared\": \"\",\n \"price\": {\n \"pricePerMonth\": \"\",\n \"setupPrice\": \"\",\n \"initialMonthPrice\": \"\",\n \"currency\": \"\"\n },\n \"network\": \"\",\n \"keywords\": [\n \"\",\n \"\"\n ],\n \"voiceSetup\": {\n \"action\": {\n \"type\": \"SMPP_FORWARD\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n },\n \"reservationStatus\": \"ERROR\",\n \"additionalSetupRequired\": \"\",\n \"editPermissions\": {\n \"canEditNumber\": \"\",\n \"canEditConfiguration\": \"\"\n },\n \"note\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n },\n {\n \"numberKey\": \"\",\n \"number\": \"\",\n \"country\": \"\",\n \"countryName\": \"\",\n \"type\": \"WHATSAPP\",\n \"capabilities\": [\n \"MMS\",\n \"VOICE\"\n ],\n \"shared\": \"\",\n \"price\": {\n \"pricePerMonth\": \"\",\n \"setupPrice\": \"\",\n \"initialMonthPrice\": \"\",\n \"currency\": \"\"\n },\n \"network\": \"\",\n \"keywords\": [\n \"\",\n \"\"\n ],\n \"voiceSetup\": {\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_CONVERSATIONS_WITH_FLOW\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n },\n \"reservationStatus\": \"BILLING_FAILED\",\n \"additionalSetupRequired\": \"\",\n \"editPermissions\": {\n \"canEditNumber\": \"\",\n \"canEditConfiguration\": \"\"\n },\n \"note\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n ],\n \"numberCount\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-eee1453b-adcb-4184-ae34-1e82c4faad04" }, { "id": "4fcac0c3-cc58-41e5-8d11-7c0b88d618cb", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers?limit=50&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4fcac0c3-cc58-41e5-8d11-7c0b88d618cb" }, { "id": "1445f356-74be-4c9d-be31-64f3481ec38a", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers?limit=50&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1445f356-74be-4c9d-be31-64f3481ec38a" }, { "id": "1e971fe7-f9e1-46fb-9e8c-40caec97ca52", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers?limit=50&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1e971fe7-f9e1-46fb-9e8c-40caec97ca52" }, { "id": "f4cdb1c5-0b8b-4083-86f0-80368158f5b7", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers?limit=50&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f4cdb1c5-0b8b-4083-86f0-80368158f5b7" }, { "id": "cbc53f7a-be50-4c30-a1ea-a66341984086", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/1/numbers?limit=50&number=&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Searched number.", "key": "number", "value": "" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cbc53f7a-be50-4c30-a1ea-a66341984086" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-caf0cfab-c625-4c98-8dd5-49e72a06cee2" }, { "name": "Purchase number", "id": "67824d35-a3ca-40e1-b90d-140da2384e6c", "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 \"numberKey\": \"\",\n \"number\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ] }, "description": "Using the number ID or number, this method enables you to buy a new number. For buying a US number, only the number should be provided. For all other purchases, only the numberKey must be provided." }, "response": [ { "id": "acc514d4-573f-4b13-8533-1e9504783752", "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 \"numberKey\": \"\",\n \"number\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"numberKey\": \"\",\n \"number\": \"\",\n \"country\": \"\",\n \"countryName\": \"\",\n \"type\": \"WHATSAPP\",\n \"capabilities\": [\n \"WHATSAPP\",\n \"VOICE\"\n ],\n \"shared\": \"\",\n \"price\": {\n \"pricePerMonth\": \"\",\n \"setupPrice\": \"\",\n \"initialMonthPrice\": \"\",\n \"currency\": \"\"\n },\n \"network\": \"\",\n \"keywords\": [\n \"\",\n \"\"\n ],\n \"voiceSetup\": {\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n },\n \"reservationStatus\": \"BILLING_FAILED\",\n \"additionalSetupRequired\": \"\",\n \"editPermissions\": {\n \"canEditNumber\": \"\",\n \"canEditConfiguration\": \"\"\n },\n \"note\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-acc514d4-573f-4b13-8533-1e9504783752" }, { "id": "16460868-1f10-432d-80cb-6d60cac63836", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"numberKey\": \"\",\n \"number\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-16460868-1f10-432d-80cb-6d60cac63836" }, { "id": "79f2522f-5698-475d-923b-8210577be445", "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 \"numberKey\": \"\",\n \"number\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-79f2522f-5698-475d-923b-8210577be445" }, { "id": "76742bb7-8bef-4719-86d4-64b7f476cbfb", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"numberKey\": \"\",\n \"number\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-76742bb7-8bef-4719-86d4-64b7f476cbfb" }, { "id": "e2b912f7-2666-449e-bdfe-e12c62ed95c9", "name": "Forbidden", "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 \"numberKey\": \"\",\n \"number\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e2b912f7-2666-449e-bdfe-e12c62ed95c9" }, { "id": "ec72e581-694a-4519-aac4-d75bc59e0031", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"numberKey\": \"\",\n \"number\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ec72e581-694a-4519-aac4-d75bc59e0031" }, { "id": "fca500da-4452-4c4c-ac8a-ecd02c247776", "name": "Too many requests", "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 \"numberKey\": \"\",\n \"number\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fca500da-4452-4c4c-ac8a-ecd02c247776" }, { "id": "79b1e8a5-bcb2-4a01-bbc4-c2a675490ce7", "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 \"numberKey\": \"\",\n \"number\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/1/numbers", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "1", "numbers" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-79b1e8a5-bcb2-4a01-bbc4-c2a675490ce7" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-67824d35-a3ca-40e1-b90d-140da2384e6c" } ], "id": "ebe19a7b-c21e-4b09-b4ff-a01fc4b11397", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ebe19a7b-c21e-4b09-b4ff-a01fc4b11397" } ], "id": "4d0e4630-b4c8-4ff5-9d92-fa00c32c29ae", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4d0e4630-b4c8-4ff5-9d92-fa00c32c29ae" }, { "name": "2", "item": [ { "name": "numbers", "item": [ { "name": "{numberKey}", "item": [ { "name": "sms", "item": [ { "name": "{configurationKey}", "item": [ { "name": "Get single number configuration", "id": "fe875d94-1096-4074-a608-cbc1610a35e7", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "id": "810d0a12-1ca4-4af5-8107-11057cd461b2", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." }, { "id": "f7fae998-1084-46b6-b6f1-246f87e3f882", "key": "configurationKey", "value": "", "description": "(Required) Unique ID of configuration." } ] }, "description": "This method fetches a single configuration details set up for the number." }, "response": [ { "id": "c3c48348-2892-47e7-8a31-f52a1f9c30b3", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"VOICE_FORWARD_TO_ANSWERS\",\n \"editable\": \"\"\n },\n {\n \"type\": \"EMAIL_TO_SMS_FORWARD\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c3c48348-2892-47e7-8a31-f52a1f9c30b3" }, { "id": "05d1c968-5560-45ac-9c4c-f8a8359e81fb", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-05d1c968-5560-45ac-9c4c-f8a8359e81fb" }, { "id": "dcb5d07d-01f1-4ff5-a6a7-726f2afed9e9", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-dcb5d07d-01f1-4ff5-a6a7-726f2afed9e9" }, { "id": "fded19a2-5cba-4cf3-b61b-5b05269c7e05", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fded19a2-5cba-4cf3-b61b-5b05269c7e05" }, { "id": "a9db7607-87da-49e6-ab6b-6a6471bf2439", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a9db7607-87da-49e6-ab6b-6a6471bf2439" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fe875d94-1096-4074-a608-cbc1610a35e7" }, { "name": "Delete number configuration", "id": "7cc5cd13-66dd-4cc5-899e-eb17ab771ec0", "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": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "id": "82f6428a-5fd9-4a50-921e-a2233d1360ad", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." }, { "id": "a550f2e5-3283-41b2-87bb-89035670f37f", "key": "configurationKey", "value": "", "description": "(Required) Unique ID of configuration." } ] }, "description": "This method will delete the configuration. If there are no configurations, you can still retrieve any incoming message by using a Get received messages method." }, "response": [ { "id": "eec962fa-8866-4983-be9e-a449b9e6ba8e", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-eec962fa-8866-4983-be9e-a449b9e6ba8e" }, { "id": "7d77019d-ad74-4ed4-8d44-7b23b94d8435", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7d77019d-ad74-4ed4-8d44-7b23b94d8435" }, { "id": "15da7e7f-2e4b-461e-a479-8903cd0e3ae8", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-15da7e7f-2e4b-461e-a479-8903cd0e3ae8" }, { "id": "cac9dfb3-33d6-4a87-b386-5167adbd2f46", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cac9dfb3-33d6-4a87-b386-5167adbd2f46" }, { "id": "d6f3c516-3c54-47c6-a715-5384665925db", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d6f3c516-3c54-47c6-a715-5384665925db" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7cc5cd13-66dd-4cc5-899e-eb17ab771ec0" } ], "id": "ec11b990-2d2c-4d1f-8983-cc8c004242cc", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ec11b990-2d2c-4d1f-8983-cc8c004242cc" }, { "name": "Get all number configurations", "id": "11f87080-801e-4e7b-9544-c439b79722bd", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "id": "ae8255c4-0f53-4aac-ba07-c85b117cb503", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "List all configurations set up for a number." }, "response": [ { "id": "e3a629db-eaf3-4ec7-9e0b-3885ec79e05a", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"configurations\": [\n {\n \"action\": {\n \"type\": \"SEND_BULK_MT\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"CNS_FWD\",\n \"editable\": \"\"\n },\n {\n \"type\": \"CALL_FORWARD_TO_APPLICATION\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n },\n {\n \"action\": {\n \"type\": \"PULL\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"SMPP_FORWARD\",\n \"editable\": \"\"\n },\n {\n \"type\": \"SEND_BULK_MT\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n ],\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e3a629db-eaf3-4ec7-9e0b-3885ec79e05a" }, { "id": "6e64abc5-cd77-4aab-a515-73e86fe6fe7b", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6e64abc5-cd77-4aab-a515-73e86fe6fe7b" }, { "id": "494ff353-4e18-40ad-b0a4-87a75eaf49f8", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-494ff353-4e18-40ad-b0a4-87a75eaf49f8" }, { "id": "7a777f75-c706-4748-bdb6-4c5d494cbf88", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7a777f75-c706-4748-bdb6-4c5d494cbf88" }, { "id": "1b64ca70-df62-4c45-8f4c-85057a98dbf2", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1b64ca70-df62-4c45-8f4c-85057a98dbf2" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-11f87080-801e-4e7b-9544-c439b79722bd" }, { "name": "Update number configuration", "id": "f7ab32dd-0367-47b3-bc52-207d29501419", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"VOICE_FORWARD_TO_ANSWERS\",\n \"editable\": \"\"\n },\n {\n \"type\": \"EMAIL_TO_SMS_FORWARD\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "id": "526ca85e-79db-459c-a45f-1f50e7445ff3", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Update configuration details. Parameters used vary depending on the action type, the same as with the Create a new configuration method." }, "response": [ { "id": "7aed7694-6652-42d1-ad8d-561aae67ffde", "name": "OK", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"VOICE_FORWARD_TO_ANSWERS\",\n \"editable\": \"\"\n },\n {\n \"type\": \"EMAIL_TO_SMS_FORWARD\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"VOICE_FORWARD_TO_ANSWERS\",\n \"editable\": \"\"\n },\n {\n \"type\": \"EMAIL_TO_SMS_FORWARD\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7aed7694-6652-42d1-ad8d-561aae67ffde" }, { "id": "b780d825-09b0-4e79-8466-1184264f844b", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"VOICE_FORWARD_TO_ANSWERS\",\n \"editable\": \"\"\n },\n {\n \"type\": \"EMAIL_TO_SMS_FORWARD\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b780d825-09b0-4e79-8466-1184264f844b" }, { "id": "23de7ce5-38b0-46e1-8102-80a6bd41d313", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"VOICE_FORWARD_TO_ANSWERS\",\n \"editable\": \"\"\n },\n {\n \"type\": \"EMAIL_TO_SMS_FORWARD\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-23de7ce5-38b0-46e1-8102-80a6bd41d313" }, { "id": "86becc9d-677c-4455-b24c-b27b8313b210", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"VOICE_FORWARD_TO_ANSWERS\",\n \"editable\": \"\"\n },\n {\n \"type\": \"EMAIL_TO_SMS_FORWARD\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-86becc9d-677c-4455-b24c-b27b8313b210" }, { "id": "832e985f-66d6-46d3-bab7-d9c55e492890", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"VOICE_FORWARD_TO_ANSWERS\",\n \"editable\": \"\"\n },\n {\n \"type\": \"EMAIL_TO_SMS_FORWARD\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-832e985f-66d6-46d3-bab7-d9c55e492890" }, { "id": "fbe6b27f-a95a-43b2-b2bc-afe39da7162d", "name": "Too Many Requests", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"VOICE_FORWARD_TO_ANSWERS\",\n \"editable\": \"\"\n },\n {\n \"type\": \"EMAIL_TO_SMS_FORWARD\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fbe6b27f-a95a-43b2-b2bc-afe39da7162d" }, { "id": "f168c1f6-aa55-48be-ba68-ac1b8b931100", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"VOICE_FORWARD_TO_ANSWERS\",\n \"editable\": \"\"\n },\n {\n \"type\": \"EMAIL_TO_SMS_FORWARD\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f168c1f6-aa55-48be-ba68-ac1b8b931100" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f7ab32dd-0367-47b3-bc52-207d29501419" }, { "name": "Create number configuration", "id": "d0900b27-fbdb-4104-bcfb-3fe23618b4c8", "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 \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"NO_ACTION\",\n \"editable\": \"\"\n },\n {\n \"type\": \"FORWARD_TO_AI_AGENT\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "id": "d8f762dc-a44d-472d-9a8b-f2b06b462365", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Create a new configuration for the number. The parameters used for setting up a configuration depend on the action type. Check the examples for more details." }, "response": [ { "id": "520a6da7-a207-4465-8c7b-95e2444051aa", "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 \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"NO_ACTION\",\n \"editable\": \"\"\n },\n {\n \"type\": \"FORWARD_TO_AI_AGENT\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"key\": \"\",\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"VOICE_FORWARD_TO_ANSWERS\",\n \"editable\": \"\"\n },\n {\n \"type\": \"EMAIL_TO_SMS_FORWARD\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-520a6da7-a207-4465-8c7b-95e2444051aa" }, { "id": "f4958b9a-60a8-43db-88cf-c2bdf420b76b", "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 \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"NO_ACTION\",\n \"editable\": \"\"\n },\n {\n \"type\": \"FORWARD_TO_AI_AGENT\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f4958b9a-60a8-43db-88cf-c2bdf420b76b" }, { "id": "2eea9935-5468-499e-af6f-b1264835a8fd", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"NO_ACTION\",\n \"editable\": \"\"\n },\n {\n \"type\": \"FORWARD_TO_AI_AGENT\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2eea9935-5468-499e-af6f-b1264835a8fd" }, { "id": "354512f3-7690-4b95-8228-6d3b27893ee7", "name": "Forbidden", "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 \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"NO_ACTION\",\n \"editable\": \"\"\n },\n {\n \"type\": \"FORWARD_TO_AI_AGENT\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-354512f3-7690-4b95-8228-6d3b27893ee7" }, { "id": "218014ea-67ed-4206-97bb-a70f6ed1daf5", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"NO_ACTION\",\n \"editable\": \"\"\n },\n {\n \"type\": \"FORWARD_TO_AI_AGENT\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-218014ea-67ed-4206-97bb-a70f6ed1daf5" }, { "id": "0d88abbb-314f-4050-b915-4d7d3a254f1c", "name": "Too Many Requests", "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 \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"NO_ACTION\",\n \"editable\": \"\"\n },\n {\n \"type\": \"FORWARD_TO_AI_AGENT\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0d88abbb-314f-4050-b915-4d7d3a254f1c" }, { "id": "0ace3559-63ec-4103-9961-823b3620781a", "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 \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"useConversation\": {\n \"enabled\": \"\"\n },\n \"otherActionsDetails\": [\n {\n \"type\": \"NO_ACTION\",\n \"editable\": \"\"\n },\n {\n \"type\": \"FORWARD_TO_AI_AGENT\",\n \"editable\": \"\"\n }\n ],\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/sms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "sms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0ace3559-63ec-4103-9961-823b3620781a" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d0900b27-fbdb-4104-bcfb-3fe23618b4c8" } ], "id": "96309564-03d7-4191-a686-dbe22738e5e8", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-96309564-03d7-4191-a686-dbe22738e5e8" }, { "name": "mms", "item": [ { "name": "{configurationKey}", "item": [ { "name": "Get number MMS configuration", "id": "2f3e599b-0db0-47ac-a0bf-28e7003a9ac8", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "id": "2864aee3-1e93-457a-b433-d30b54e9bb8b", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." }, { "id": "5671e729-0fbb-4572-aefc-d330e6beb38d", "key": "configurationKey", "value": "", "description": "(Required) Unique ID of configuration." } ] }, "description": "This method fetches a single MMS configuration details set up for the number." }, "response": [ { "id": "cb785bc0-0998-41cb-8e8f-439cbadd6464", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cb785bc0-0998-41cb-8e8f-439cbadd6464" }, { "id": "61ad6ac3-8de8-463e-b979-ccab4ee80c58", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-61ad6ac3-8de8-463e-b979-ccab4ee80c58" }, { "id": "5b0fad54-39e3-4e27-ae65-a247174d05f7", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5b0fad54-39e3-4e27-ae65-a247174d05f7" }, { "id": "9d9d3f69-e63a-4ff1-a606-fc87bc9f10fb", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9d9d3f69-e63a-4ff1-a606-fc87bc9f10fb" }, { "id": "35127e3a-9423-42de-a288-7a86401cdcbd", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-35127e3a-9423-42de-a288-7a86401cdcbd" }, { "id": "614a530e-5268-444b-89b0-fec03bf034a2", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-614a530e-5268-444b-89b0-fec03bf034a2" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2f3e599b-0db0-47ac-a0bf-28e7003a9ac8" }, { "name": "Update number MMS configuration", "id": "719f385c-ab44-4a16-a907-de86300d05ee", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "id": "33dbfaa0-5477-406e-b080-dc2fe2049b8a", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." }, { "id": "233694bd-439d-495f-9269-1bdf1f6e2ac3", "key": "configurationKey", "value": "", "description": "(Required) Unique ID of configuration." } ] }, "description": "Update MMS configuration details. Parameters used vary depending on the action type, the same as with the Create a new MMS configuration method." }, "response": [ { "id": "30c50649-c34d-4309-b171-27f2be11e3ff", "name": "OK", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-30c50649-c34d-4309-b171-27f2be11e3ff" }, { "id": "d48f56ab-b820-4cc6-8184-f432c9e23c71", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d48f56ab-b820-4cc6-8184-f432c9e23c71" }, { "id": "e46a69d4-bfb1-402e-9482-b731c8ad66fe", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e46a69d4-bfb1-402e-9482-b731c8ad66fe" }, { "id": "0887e4fd-21b0-4dae-bf8c-0efb7f9cde6b", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0887e4fd-21b0-4dae-bf8c-0efb7f9cde6b" }, { "id": "66bd1a9f-961d-43e0-b2a0-0385246c09fd", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-66bd1a9f-961d-43e0-b2a0-0385246c09fd" }, { "id": "1f98d0d1-0fcb-4f5d-9d06-6bc0cc050ef4", "name": "Too Many Requests", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1f98d0d1-0fcb-4f5d-9d06-6bc0cc050ef4" }, { "id": "5fc16d72-bd4f-4111-a24a-272505c2be6b", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5fc16d72-bd4f-4111-a24a-272505c2be6b" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-719f385c-ab44-4a16-a907-de86300d05ee" }, { "name": "Delete number MMS configuration", "id": "ebd0cb4a-5223-4d89-8b57-8627d185e8e8", "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": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "id": "f4ffce52-b338-4444-b588-d6244c17f9ac", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." }, { "id": "3b4d1e50-32bb-4096-96ac-50de321b9bbf", "key": "configurationKey", "value": "", "description": "(Required) Unique ID of configuration." } ] }, "description": "This method will delete MMS configuration. If there are no configurations, you can still retrieve any incoming message by using a Get received messages method." }, "response": [ { "id": "2bf359b6-236f-4d21-9e42-5710bf8f7ecd", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2bf359b6-236f-4d21-9e42-5710bf8f7ecd" }, { "id": "930a124b-3f42-42f8-8de6-4f357b96bbbe", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-930a124b-3f42-42f8-8de6-4f357b96bbbe" }, { "id": "37a22626-771b-4155-a8d2-688927a053a9", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-37a22626-771b-4155-a8d2-688927a053a9" }, { "id": "dfb8d2c7-3b5e-4db4-9106-596cf9a1a020", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-dfb8d2c7-3b5e-4db4-9106-596cf9a1a020" }, { "id": "63a3e90f-7292-42d4-989b-6e3bd4959042", "name": "Too Many Requests", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-63a3e90f-7292-42d4-989b-6e3bd4959042" }, { "id": "5eea2177-1177-4345-82fe-ca54083f6d62", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms/:configurationKey", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms", ":configurationKey" ], "variable": [ { "key": "numberKey" }, { "key": "configurationKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5eea2177-1177-4345-82fe-ca54083f6d62" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ebd0cb4a-5223-4d89-8b57-8627d185e8e8" } ], "id": "835ba9df-8675-4925-a493-ac1861954c71", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-835ba9df-8675-4925-a493-ac1861954c71" }, { "name": "Get all number MMS configurations", "id": "bc171b24-8ffe-4ea7-936e-2ffb70f790d3", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "id": "fa3f5edd-10b3-4dad-bca9-d91b4aad2af9", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "List all MMS configurations set up for a number." }, "response": [ { "id": "a762d6ae-7d06-4490-b080-b7d1d18e689b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"configurations\": [\n {\n \"action\": {\n \"type\": \"MAIL_FORWARD\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n },\n {\n \"action\": {\n \"type\": \"BLOCK\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n }\n ],\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a762d6ae-7d06-4490-b080-b7d1d18e689b" }, { "id": "568ccb2c-8444-4be0-8a7e-d3cd7d8291ec", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-568ccb2c-8444-4be0-8a7e-d3cd7d8291ec" }, { "id": "cc195f7d-da25-4e88-bae5-453f07eab2f8", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cc195f7d-da25-4e88-bae5-453f07eab2f8" }, { "id": "232723db-c7e4-479b-b835-281f1ddc6126", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-232723db-c7e4-479b-b835-281f1ddc6126" }, { "id": "99aedc27-2296-465a-8dda-19f580c27bc6", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "key": "numberKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-99aedc27-2296-465a-8dda-19f580c27bc6" }, { "id": "b9cc3b41-a290-4647-ae6f-0a283774327a", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms?limit=50&page=0", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "query": [ { "description": "Number of records returned per page.", "key": "limit", "value": "50" }, { "description": "Page number. Use with `limit` for paging purposes.", "key": "page", "value": "0" } ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b9cc3b41-a290-4647-ae6f-0a283774327a" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-bc171b24-8ffe-4ea7-936e-2ffb70f790d3" }, { "name": "Create number MMS configuration", "id": "ef2a9a20-64aa-47fc-b14d-c5cc29689f4f", "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 \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "variable": [ { "id": "1621a542-9f5a-4ea0-9058-ff7e679e6e99", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Create a new MMS configuration for the number. The parameters used for setting up a configuration depend on the action type. Check the examples for more details." }, "response": [ { "id": "0d097cbb-3323-4ccd-99e1-1864dcb94d7f", "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 \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0d097cbb-3323-4ccd-99e1-1864dcb94d7f" }, { "id": "5b8fe6ba-cd48-4081-9f4c-e526d263b848", "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 \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5b8fe6ba-cd48-4081-9f4c-e526d263b848" }, { "id": "34597ac5-365e-48e9-a59a-7397810ffe87", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-34597ac5-365e-48e9-a59a-7397810ffe87" }, { "id": "b96be8ea-957f-49d6-b790-9049a7442031", "name": "Forbidden", "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 \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b96be8ea-957f-49d6-b790-9049a7442031" }, { "id": "30ae44b8-12a7-4e2e-afc9-7f1e9bce84ba", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-30ae44b8-12a7-4e2e-afc9-7f1e9bce84ba" }, { "id": "f853a7e2-782d-44a6-a14e-d755a3ba3e27", "name": "Too Many Requests", "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 \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f853a7e2-782d-44a6-a14e-d755a3ba3e27" }, { "id": "fb5377f3-a4f6-4bbc-b79f-ee62008bf7b2", "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 \"action\": {\n \"type\": \"FORWARD_TO_IP\",\n \"description\": \"\"\n },\n \"keyword\": \"\",\n \"otherActions\": [\n \"\",\n \"\"\n ],\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/mms", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "mms" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fb5377f3-a4f6-4bbc-b79f-ee62008bf7b2" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ef2a9a20-64aa-47fc-b14d-c5cc29689f4f" } ], "id": "67976188-8b6b-4cc9-9d0c-2acc3fd9bcd1", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-67976188-8b6b-4cc9-9d0c-2acc3fd9bcd1" }, { "name": "voice", "item": [ { "name": "cnam", "item": [ { "name": "status", "item": [ { "name": "Get CNAM status", "id": "45a686bf-3f11-448a-8aa8-a9492d9bd219", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam", "status" ], "variable": [ { "id": "6080b572-1542-4c44-99af-08f779cd272e", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Get a CNAM configuration status." }, "response": [ { "id": "84c95378-86c9-408f-9397-108533770bcb", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam", "status" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"storage\": {\n \"status\": \"PAUSED\",\n \"reason\": \"\"\n },\n \"delivery\": {\n \"status\": \"PROCESSING\",\n \"reason\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-84c95378-86c9-408f-9397-108533770bcb" }, { "id": "1f9377f2-e7c8-4ca4-80b0-0b6cd5f628ff", "name": "Bad request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam", "status" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1f9377f2-e7c8-4ca4-80b0-0b6cd5f628ff" }, { "id": "02af4fa1-0bb2-4b34-8db6-a9dab4559ecc", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam", "status" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-02af4fa1-0bb2-4b34-8db6-a9dab4559ecc" }, { "id": "b2c584c5-6213-4917-84b0-5e4193094ba4", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam", "status" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b2c584c5-6213-4917-84b0-5e4193094ba4" }, { "id": "1d75acf3-b6b7-4b64-ad6e-5022d187fef0", "name": "CNAM not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam", "status" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1d75acf3-b6b7-4b64-ad6e-5022d187fef0" }, { "id": "b747ae3e-8566-4a02-989e-a7d81e15ad41", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam", "status" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b747ae3e-8566-4a02-989e-a7d81e15ad41" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-45a686bf-3f11-448a-8aa8-a9492d9bd219" } ], "id": "97f9c93b-6da9-4039-81dd-67cf7b8ecd26", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-97f9c93b-6da9-4039-81dd-67cf7b8ecd26" }, { "name": "Get CNAM", "id": "c35c2152-5e2a-46a1-b471-dcfe4f80613f", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "id": "b80ecf35-d922-4b6f-9498-a93bd12ce8ab", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Get CNAM configuration." }, "response": [ { "id": "962423b3-2c3b-410e-920d-00a3d2cb140a", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-962423b3-2c3b-410e-920d-00a3d2cb140a" }, { "id": "eea8cb6e-091a-4cf0-85a0-afc7fb0ee19b", "name": "Bad request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-eea8cb6e-091a-4cf0-85a0-afc7fb0ee19b" }, { "id": "6ecb2e67-bf6a-4263-b2d8-f301fc8d5d4b", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6ecb2e67-bf6a-4263-b2d8-f301fc8d5d4b" }, { "id": "d24922b4-5750-42ad-bd40-4c3ba8c70e28", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d24922b4-5750-42ad-bd40-4c3ba8c70e28" }, { "id": "12e2ce3f-ead6-4375-8072-212ef8e98db0", "name": "CNAM not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-12e2ce3f-ead6-4375-8072-212ef8e98db0" }, { "id": "5be4a6a4-8d77-42d9-94c7-1411d436a86e", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5be4a6a4-8d77-42d9-94c7-1411d436a86e" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c35c2152-5e2a-46a1-b471-dcfe4f80613f" }, { "name": "Update CNAM", "id": "0b9cc5ac-8c29-4e01-86c1-3baa9c69e596", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "id": "1f21a233-7285-4fdf-8830-23d22d5f9e0b", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Update a CNAM configuration." }, "response": [ { "id": "989e5bb7-084d-40c7-b81f-ae124d6c8111", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-989e5bb7-084d-40c7-b81f-ae124d6c8111" }, { "id": "03a3ae47-9be8-4066-a5c0-feef4cfffae0", "name": "Bad request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-03a3ae47-9be8-4066-a5c0-feef4cfffae0" }, { "id": "745e664d-3e94-45da-9254-cea4674e2372", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-745e664d-3e94-45da-9254-cea4674e2372" }, { "id": "91ebfbf3-903b-4e3e-ba02-301fbb0fb03c", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-91ebfbf3-903b-4e3e-ba02-301fbb0fb03c" }, { "id": "de8b093e-0420-4069-a910-c6797d3f7e70", "name": "CNAM not found.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-de8b093e-0420-4069-a910-c6797d3f7e70" }, { "id": "23326057-8bd4-423e-8c76-90eade4b96c3", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-23326057-8bd4-423e-8c76-90eade4b96c3" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0b9cc5ac-8c29-4e01-86c1-3baa9c69e596" }, { "name": "Create CNAM", "id": "12a59ac4-8bb2-47e5-bbd5-db8c22924b5c", "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 \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "id": "1c8a3c95-19a1-4e01-8a56-76609b62e1b1", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Create CNAM configuration.\n\nThis is currently available only for United States and Canada numbers.\n" }, "response": [ { "id": "0074f559-4304-4dc7-8ed9-3156d1827ef7", "name": "Success", "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 \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0074f559-4304-4dc7-8ed9-3156d1827ef7" }, { "id": "2e32da61-6216-45cf-83b1-353ecf282aec", "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 \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2e32da61-6216-45cf-83b1-353ecf282aec" }, { "id": "cfb47cd3-ab23-4229-a06e-8576e8c5dab3", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cfb47cd3-ab23-4229-a06e-8576e8c5dab3" }, { "id": "5f9a1cd7-ae42-42d6-83f8-6d136b651de6", "name": "Forbidden", "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 \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5f9a1cd7-ae42-42d6-83f8-6d136b651de6" }, { "id": "5d402803-35e4-4c60-bb7e-23c77e0a00fa", "name": "CNAM 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 \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5d402803-35e4-4c60-bb7e-23c77e0a00fa" }, { "id": "b718e57d-049d-4f0a-9259-6b3bda6a28e1", "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 \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b718e57d-049d-4f0a-9259-6b3bda6a28e1" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-12a59ac4-8bb2-47e5-bbd5-db8c22924b5c" }, { "name": "Delete CNAM", "id": "502ef7f2-713d-4225-b5cb-7c438caf401e", "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": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "id": "695cb9c0-5ecf-4025-9277-2c6145a70140", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Delete CNAM configuration." }, "response": [ { "id": "86ca44e0-c15e-4030-a4b3-0d44c2fd7890", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"storage\": {\n \"name\": \"\",\n \"enabled\": false\n },\n \"delivery\": {\n \"enabled\": false\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-86ca44e0-c15e-4030-a4b3-0d44c2fd7890" }, { "id": "b19c5eab-44d9-433e-986e-116b13cf29a1", "name": "Bad request", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b19c5eab-44d9-433e-986e-116b13cf29a1" }, { "id": "e5626f79-b8ea-434b-9d80-5e6f40a999ec", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e5626f79-b8ea-434b-9d80-5e6f40a999ec" }, { "id": "56ec0eba-9762-4596-93e5-420e5ba3f32c", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-56ec0eba-9762-4596-93e5-420e5ba3f32c" }, { "id": "d41c92e5-5232-46c1-af90-93ae8a89ad4e", "name": "CNAM not found.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d41c92e5-5232-46c1-af90-93ae8a89ad4e" }, { "id": "3c38ea11-b8ab-4a39-9c00-e209f12ff8e8", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/cnam", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "cnam" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3c38ea11-b8ab-4a39-9c00-e209f12ff8e8" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-502ef7f2-713d-4225-b5cb-7c438caf401e" } ], "id": "21296473-6dfa-46e9-b667-9aa313f8760c", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-21296473-6dfa-46e9-b667-9aa313f8760c" }, { "name": "emergency-service", "item": [ { "name": "validate-address", "item": [ { "name": "Validate Emergency Service Address", "id": "302b14a8-88a6-4c2f-bcf6-8dd8daab23f3", "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 \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"EAST\",\n \"suite\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/validate-address", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "validate-address" ], "variable": [ { "id": "c2c07116-d8c1-45b8-bf6d-1141dd7da7e2", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Validate a Emergency Service Address" }, "response": [ { "id": "20f71c71-c54a-49fc-ae09-98fc81a1b759", "name": "Success", "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 \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"EAST\",\n \"suite\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/validate-address", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "validate-address" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"validAddresses\": [\n {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-20f71c71-c54a-49fc-ae09-98fc81a1b759" }, { "id": "6f34efb8-9bb5-4517-8c7a-b86ea674d09d", "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 \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"EAST\",\n \"suite\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/validate-address", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "validate-address" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6f34efb8-9bb5-4517-8c7a-b86ea674d09d" }, { "id": "90b695ee-bcdb-4b5f-b41b-2a6204ed4069", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"EAST\",\n \"suite\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/validate-address", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "validate-address" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-90b695ee-bcdb-4b5f-b41b-2a6204ed4069" }, { "id": "e1b06b8b-4eb7-4461-b267-821a046bdeb7", "name": "Forbidden", "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 \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"EAST\",\n \"suite\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/validate-address", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "validate-address" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e1b06b8b-4eb7-4461-b267-821a046bdeb7" }, { "id": "8d7970e9-000c-4c6d-80d5-58f96181055c", "name": "Emergency Service Address 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 \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"EAST\",\n \"suite\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/validate-address", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "validate-address" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8d7970e9-000c-4c6d-80d5-58f96181055c" }, { "id": "9ee48e5f-fe30-44ae-a47f-3bd0b528c8b8", "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 \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"EAST\",\n \"suite\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/validate-address", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "validate-address" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9ee48e5f-fe30-44ae-a47f-3bd0b528c8b8" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-302b14a8-88a6-4c2f-bcf6-8dd8daab23f3" } ], "id": "bc38b4a4-e38f-4ebd-a4f4-1ad47f7541b9", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-bc38b4a4-e38f-4ebd-a4f4-1ad47f7541b9" }, { "name": "status", "item": [ { "name": "Get Emergency Service Address status", "id": "9a91e067-409c-485c-adbe-15d0505aa70a", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "status" ], "variable": [ { "id": "ef487843-d845-4281-86ec-a93606eb5d09", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Get a Emergency Service Address status." }, "response": [ { "id": "f34c390c-3536-4fb1-b2e3-6134e0ef391e", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "status" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"emergencyService\": {\n \"status\": \"FINISHED\",\n \"reason\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f34c390c-3536-4fb1-b2e3-6134e0ef391e" }, { "id": "41256c44-7adc-452a-8d2d-bd10776f2088", "name": "Bad request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "status" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-41256c44-7adc-452a-8d2d-bd10776f2088" }, { "id": "11679e3b-9436-4195-be6f-4bf6056e6bba", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "status" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-11679e3b-9436-4195-be6f-4bf6056e6bba" }, { "id": "f751c76f-4635-4e84-ba68-1dacc0cf347f", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "status" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f751c76f-4635-4e84-ba68-1dacc0cf347f" }, { "id": "6d12ee49-d5d8-44ba-9faf-7a09afe7a4cd", "name": "Emergency Service Address not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "status" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6d12ee49-d5d8-44ba-9faf-7a09afe7a4cd" }, { "id": "9ddab105-596e-4818-b03d-64156da9bdf9", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service/status", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service", "status" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9ddab105-596e-4818-b03d-64156da9bdf9" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9a91e067-409c-485c-adbe-15d0505aa70a" } ], "id": "6050285f-0e53-4e4c-82ba-1c317a755a56", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6050285f-0e53-4e4c-82ba-1c317a755a56" }, { "name": "Get Emergency Service Address", "id": "132411d6-cac1-481c-84c1-9e0eb804d647", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "id": "55d2b438-86a4-44cc-b439-5e070f109cef", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Get a Emergency Service Address" }, "response": [ { "id": "8e855018-d1db-45f4-bb5f-478c4a0ed3ec", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8e855018-d1db-45f4-bb5f-478c4a0ed3ec" }, { "id": "63379d73-a8ec-4974-8e5d-d1de361c83e4", "name": "Bad request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-63379d73-a8ec-4974-8e5d-d1de361c83e4" }, { "id": "767f4c03-3768-49c7-9c2e-af08adba5663", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-767f4c03-3768-49c7-9c2e-af08adba5663" }, { "id": "988ed4bf-0056-4b06-97bd-4105fe6beef4", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-988ed4bf-0056-4b06-97bd-4105fe6beef4" }, { "id": "eb1a8d63-e037-4c5f-881c-24e4dbcd124c", "name": "Emergency Service Address not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-eb1a8d63-e037-4c5f-881c-24e4dbcd124c" }, { "id": "49877569-f968-4269-ae5d-57d65f86cc9e", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-49877569-f968-4269-ae5d-57d65f86cc9e" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-132411d6-cac1-481c-84c1-9e0eb804d647" }, { "name": "Update Emergency Service Address", "id": "0e421c4d-f0c9-4ca4-a588-f7adb67c1f4f", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "id": "20787b95-4de7-4df1-9c77-8658d253de4f", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Update a Emergency Service Address" }, "response": [ { "id": "09773681-668c-4ffb-83d0-4d897113e10a", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-09773681-668c-4ffb-83d0-4d897113e10a" }, { "id": "38d09d2c-8389-48a9-8dfb-31cbd4ff0195", "name": "Bad request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-38d09d2c-8389-48a9-8dfb-31cbd4ff0195" }, { "id": "a7eecc6a-ea61-4857-bb74-70d4c8f41ceb", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a7eecc6a-ea61-4857-bb74-70d4c8f41ceb" }, { "id": "3b87fd8c-cd1e-4c11-a34a-c64f95db6781", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3b87fd8c-cd1e-4c11-a34a-c64f95db6781" }, { "id": "48d85959-dc95-4a36-91a9-dba1cf989a0f", "name": "Emergency Service Address not found.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-48d85959-dc95-4a36-91a9-dba1cf989a0f" }, { "id": "89b9666e-ac20-4342-99d7-c58769820197", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-89b9666e-ac20-4342-99d7-c58769820197" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0e421c4d-f0c9-4ca4-a588-f7adb67c1f4f" }, { "name": "Create Emergency Service Address", "id": "aac307ed-1a25-494e-b11b-3439dc19936c", "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 \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "id": "277d7dc5-d8e0-427f-b9ec-cb9fde5513a6", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Create Emergency Service Address\n\nEmergency Service Address allows you to set any physical address in the United States as your address to be transmitted on emergency number calls.\nThis means your calls to the emergency number will route to the closest PSAP (Public Safety Answering Point) to your registered address on our system. \n\nThat address will also appear on the emergency services operator\u2019s screen when you call.\n" }, "response": [ { "id": "a70461bc-39ec-4f4b-b5e8-7498f11b3f25", "name": "Success", "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 \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a70461bc-39ec-4f4b-b5e8-7498f11b3f25" }, { "id": "6cd05dc9-3109-450e-b0cc-2aeb2cd076e7", "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 \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6cd05dc9-3109-450e-b0cc-2aeb2cd076e7" }, { "id": "b75bd0ee-7e1f-474f-84d0-349d41460ef2", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b75bd0ee-7e1f-474f-84d0-349d41460ef2" }, { "id": "e998a803-2b60-4408-85ff-c9d55363c613", "name": "Forbidden", "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 \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e998a803-2b60-4408-85ff-c9d55363c613" }, { "id": "97953101-3ba3-4685-9264-d6978047f6ab", "name": "Emergency Service Address 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 \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-97953101-3ba3-4685-9264-d6978047f6ab" }, { "id": "a09d14db-34a8-490f-945e-de05f0b52092", "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 \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a09d14db-34a8-490f-945e-de05f0b52092" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-aac307ed-1a25-494e-b11b-3439dc19936c" }, { "name": "Delete Emergency Service Address", "id": "5315a42b-9acf-4c54-aa4e-434518337058", "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": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "id": "3717af1c-cb13-42b7-8d32-59c763dc6c22", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "Delete a Emergency Service Address" }, "response": [ { "id": "e43912ff-c436-471b-9ab7-d5d6fc43569a", "name": "Success", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"address\": {\n \"city\": \"\",\n \"countryCode\": \"\",\n \"name\": \"\",\n \"stateCode\": \"\",\n \"streetName\": \"\",\n \"streetNumber\": \"\",\n \"zipCode\": \"\",\n \"direction\": \"NORTH\",\n \"suite\": \"\"\n },\n \"enabled\": false\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e43912ff-c436-471b-9ab7-d5d6fc43569a" }, { "id": "bb60e06c-2034-4bb9-9883-574c8915c7e1", "name": "Bad request", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-bb60e06c-2034-4bb9-9883-574c8915c7e1" }, { "id": "7abbbddb-82b2-4d28-b2c3-8a00c38a8413", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7abbbddb-82b2-4d28-b2c3-8a00c38a8413" }, { "id": "a1425830-05e7-4ccf-8693-6da5840c8674", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a1425830-05e7-4ccf-8693-6da5840c8674" }, { "id": "4f851f74-16b5-4073-a1fd-f259f83b1552", "name": "Emergency Service Address not found.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4f851f74-16b5-4073-a1fd-f259f83b1552" }, { "id": "c301eed6-b076-4eae-99df-8807574f858f", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice/emergency-service", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice", "emergency-service" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c301eed6-b076-4eae-99df-8807574f858f" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5315a42b-9acf-4c54-aa4e-434518337058" } ], "id": "e7f2060d-b35e-4c23-93e5-e4541db72ba6", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e7f2060d-b35e-4c23-93e5-e4541db72ba6" }, { "name": "Get voice setup on number", "id": "d65b90a5-443c-4675-90a1-193b484d8773", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "id": "ee62c929-2530-4865-9fb2-2f5f78a37398", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "This method fetches the voice setup on a number." }, "response": [ { "id": "00badff2-f325-42af-ac8e-9f70637b704c", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-00badff2-f325-42af-ac8e-9f70637b704c" }, { "id": "00cf5912-e284-47b9-98df-22f64482b59e", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-00cf5912-e284-47b9-98df-22f64482b59e" }, { "id": "a31a99a4-bed0-458e-9e94-592223b06ec0", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a31a99a4-bed0-458e-9e94-592223b06ec0" }, { "id": "246fbd74-64d1-4174-b634-4c4ca1b1cb68", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-246fbd74-64d1-4174-b634-4c4ca1b1cb68" }, { "id": "74262722-c999-4d53-bf23-77ab50083961", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-74262722-c999-4d53-bf23-77ab50083961" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d65b90a5-443c-4675-90a1-193b484d8773" }, { "name": "Update voice setup on number", "id": "10d66ca6-09e5-43a7-9dd2-ef82b1d68b3f", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "id": "c2d6fab2-0247-4e32-b40b-e6ee2dd2a256", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "This method updates voice setup previously created on a number." }, "response": [ { "id": "3ed1c9c6-5357-40a4-a691-58c51dfed8e0", "name": "OK", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3ed1c9c6-5357-40a4-a691-58c51dfed8e0" }, { "id": "a54011d5-66af-46d3-8fa6-5132f43a443d", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a54011d5-66af-46d3-8fa6-5132f43a443d" }, { "id": "279440d9-0074-46cf-9718-1384972139f2", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-279440d9-0074-46cf-9718-1384972139f2" }, { "id": "8fbc136c-4bed-4ff5-b128-0bec8cb3c4c7", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8fbc136c-4bed-4ff5-b128-0bec8cb3c4c7" }, { "id": "6004b53f-0bd5-4cfd-a466-c5d53dd16f58", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6004b53f-0bd5-4cfd-a466-c5d53dd16f58" }, { "id": "89c25087-7153-4366-8c5c-4083788354e2", "name": "Too Many Requests", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-89c25087-7153-4366-8c5c-4083788354e2" }, { "id": "231be9ae-0c39-47bb-9b4f-dd43080ee23d", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-231be9ae-0c39-47bb-9b4f-dd43080ee23d" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-10d66ca6-09e5-43a7-9dd2-ef82b1d68b3f" }, { "name": "Create voice setup on number", "id": "bcded346-60bc-4f75-9990-f57ced6477da", "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 \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "id": "5830cfe8-2018-40d5-b4b0-1553b9352b8a", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "This method will create a new voice setup on a number. There can be only one voice action set for the number." }, "response": [ { "id": "22d61d59-c98e-43f9-b908-46ff0101018a", "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 \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-22d61d59-c98e-43f9-b908-46ff0101018a" }, { "id": "3d65d0c0-9e7e-43ec-9f44-3e6a3f705692", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3d65d0c0-9e7e-43ec-9f44-3e6a3f705692" }, { "id": "881d9287-7138-432f-9824-f9fa6c3e46df", "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 \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-881d9287-7138-432f-9824-f9fa6c3e46df" }, { "id": "c1a1fb37-7014-4bd3-b7d5-12dbcf06fbd5", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c1a1fb37-7014-4bd3-b7d5-12dbcf06fbd5" }, { "id": "b7a0f320-7a70-4e03-9ce9-e73db57e822e", "name": "Forbidden", "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 \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b7a0f320-7a70-4e03-9ce9-e73db57e822e" }, { "id": "cd744219-7421-4f8d-a92f-57f1390761e3", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cd744219-7421-4f8d-a92f-57f1390761e3" }, { "id": "0b488381-d1f2-4a91-88df-0a50bbd1a8ad", "name": "Too Many Requests", "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 \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0b488381-d1f2-4a91-88df-0a50bbd1a8ad" }, { "id": "7cb815d5-06e5-4b70-ba6e-a502d565c1e9", "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 \"action\": {\n \"type\": \"VOICE_FORWARD_TO_FLOW_WITH_CONVERSATIONS\",\n \"description\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7cb815d5-06e5-4b70-ba6e-a502d565c1e9" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-bcded346-60bc-4f75-9990-f57ced6477da" }, { "name": "Delete voice setup on number", "id": "a99ed464-77b2-4534-8f76-9379f1cf6f5e", "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": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "id": "0131e8cc-0e7c-43e7-9401-a85c80d835ca", "key": "numberKey", "value": "", "description": "(Required) Unique ID of a number." } ] }, "description": "This method removes voice setup from a number." }, "response": [ { "id": "9a2673f2-82ce-4133-8c3c-e6dc369ee122", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9a2673f2-82ce-4133-8c3c-e6dc369ee122" }, { "id": "6409967c-fb6e-4d0b-bc29-bc1e261b12b9", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6409967c-fb6e-4d0b-bc29-bc1e261b12b9" }, { "id": "043bf264-c78c-43c4-8790-4d5de69f668a", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-043bf264-c78c-43c4-8790-4d5de69f668a" }, { "id": "d8380f76-6c7a-44c0-aadc-8cea861747e1", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d8380f76-6c7a-44c0-aadc-8cea861747e1" }, { "id": "6d6067e5-2fa5-4fb7-a277-5d470b098515", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/numbers/2/numbers/:numberKey/voice", "host": [ "{{baseUrl}}" ], "path": [ "numbers", "2", "numbers", ":numberKey", "voice" ], "variable": [ { "key": "numberKey" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6d6067e5-2fa5-4fb7-a277-5d470b098515" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a99ed464-77b2-4534-8f76-9379f1cf6f5e" } ], "id": "6c67818a-f73d-4d8d-93b4-5f77d2921d80", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6c67818a-f73d-4d8d-93b4-5f77d2921d80" } ], "id": "16e820e1-5555-4b87-94fe-222e46d615d1", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-16e820e1-5555-4b87-94fe-222e46d615d1" } ], "id": "29a39f69-b8d7-4f25-a287-8cbefdce94e5", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-29a39f69-b8d7-4f25-a287-8cbefdce94e5" } ], "id": "bbbac5f1-dfc4-422f-8653-561af22e0313", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-bbbac5f1-dfc4-422f-8653-561af22e0313" } ], "id": "58629a79-16a8-4d73-9c2f-a0037a363192", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-58629a79-16a8-4d73-9c2f-a0037a363192" }, { "name": "number-registration", "item": [ { "name": "1", "item": [ { "name": "brands", "item": [ { "name": "{brandId}", "item": [ { "name": "register", "item": [ { "name": "Register Brand", "id": "58b3bf9e-47bd-49a6-b2e1-d13a5a292cf4", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "register" ], "variable": [ { "id": "7f7d2bcf-f8cf-4f97-9d76-3a48fdeac0ce", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." } ] }, "description": "Registers the brand with the given ID with all available registrars. Each registered brand incurs a cost, consult your contract for pricing details.\nWhen registering brands of type TENDLC_PUBLIC_COMPANY brands, brand authentication+ verification are automatically triggered.\nThis is only available for 10DLC Brands" }, "response": [ { "id": "9434d247-172b-435b-a157-be7642e5d3ce", "name": "Accepted", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "register" ], "variable": [ { "key": "brandId" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9434d247-172b-435b-a157-be7642e5d3ce" }, { "id": "9e244622-07ce-4ba4-8e85-a4816c502410", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "register" ], "variable": [ { "key": "brandId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9e244622-07ce-4ba4-8e85-a4816c502410" }, { "id": "e68884dd-5a39-4793-abd5-206619f9ab19", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "register" ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e68884dd-5a39-4793-abd5-206619f9ab19" }, { "id": "4be0fd56-843b-43fd-ad74-4912e33656dc", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "register" ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4be0fd56-843b-43fd-ad74-4912e33656dc" }, { "id": "9ea16ed1-2f33-43c7-9c5c-ff6a8dbacba5", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "register" ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9ea16ed1-2f33-43c7-9c5c-ff6a8dbacba5" }, { "id": "ab2a8877-c94b-4918-b267-f825e36a75a4", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "register" ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ab2a8877-c94b-4918-b267-f825e36a75a4" }, { "id": "61bfa512-6afa-4e2a-890f-d54989988952", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "register" ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-61bfa512-6afa-4e2a-890f-d54989988952" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-58b3bf9e-47bd-49a6-b2e1-d13a5a292cf4" } ], "id": "45dd4a65-2d6a-4fc3-980d-4f2f397d8d53", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-45dd4a65-2d6a-4fc3-980d-4f2f397d8d53" }, { "name": "registrar-statuses", "item": [ { "name": "Get Brand Registrar Statuses", "id": "7ccc9d02-1734-4f52-bf8e-593b819d6d5b", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/registrar-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "registrar-statuses" ], "variable": [ { "id": "1ca0e97b-6277-48e1-84ec-b4ed62174864", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." } ] }, "description": "Retrieves status of a registered brand for each registrar." }, "response": [ { "id": "545a52a7-ea2d-4b54-9a4a-4e6593c458fa", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/registrar-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "registrar-statuses" ], "variable": [ { "key": "brandId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"registrar\": \"CAMPAIGN_REGISTRY\",\n \"state\": \"PENDING_2FA\",\n \"brandIdentityStatus\": \"UNVERIFIED\",\n \"brandAuthenticationStatus\": \"PENDING\",\n \"rejectionReason\": \"\"\n },\n {\n \"registrar\": \"CAMPAIGN_REGISTRY\",\n \"state\": \"ACTIVE\",\n \"brandIdentityStatus\": \"VERIFIED\",\n \"brandAuthenticationStatus\": \"EXPIRED\",\n \"rejectionReason\": \"\"\n }\n]", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-545a52a7-ea2d-4b54-9a4a-4e6593c458fa" }, { "id": "3821e627-082c-4b88-9870-74b58779cadf", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/registrar-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "registrar-statuses" ], "variable": [ { "key": "brandId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3821e627-082c-4b88-9870-74b58779cadf" }, { "id": "8f6d5124-a85b-4c3b-ae25-801ea92e93d2", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/registrar-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "registrar-statuses" ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8f6d5124-a85b-4c3b-ae25-801ea92e93d2" }, { "id": "dd2386dc-7034-4848-b743-2136c5e86831", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/registrar-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "registrar-statuses" ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-dd2386dc-7034-4848-b743-2136c5e86831" }, { "id": "0adb678e-e7e4-402c-9bfa-559b6f4f9f9c", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/registrar-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "registrar-statuses" ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0adb678e-e7e4-402c-9bfa-559b6f4f9f9c" }, { "id": "4072249c-b2b6-4fb5-aa07-9fcb5065e643", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/registrar-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "registrar-statuses" ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4072249c-b2b6-4fb5-aa07-9fcb5065e643" }, { "id": "d2ecc4dc-aae4-4212-afda-dc7ef3d01dd4", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/registrar-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "registrar-statuses" ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d2ecc4dc-aae4-4212-afda-dc7ef3d01dd4" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7ccc9d02-1734-4f52-bf8e-593b819d6d5b" } ], "id": "bb83f894-a936-48d0-9b26-be566cd98e5b", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-bb83f894-a936-48d0-9b26-be566cd98e5b" }, { "name": "brand-auth-verification", "item": [ { "name": "Request Brand Authentication+ Verification", "id": "e1f35856-a28c-44b1-9c5d-1ddef4c661df", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/brand-auth-verification", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "brand-auth-verification" ], "variable": [ { "id": "54c45879-675a-4807-a452-b476417a4e47", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." } ] }, "description": "Request brand authentication+ verification to finalize brand registration process.\nThis operation can be executed for TENDLC_PUBLIC_COMPANY brand type only when Brand authentication is not in progress." }, "response": [ { "id": "362e192f-052f-4451-b9dc-4997fe343201", "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/brand-auth-verification", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "brand-auth-verification" ], "variable": [ { "key": "brandId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-362e192f-052f-4451-b9dc-4997fe343201" }, { "id": "44ccc2dc-2ffc-466b-b30c-82143977b48c", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/brand-auth-verification", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "brand-auth-verification" ], "variable": [ { "key": "brandId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-44ccc2dc-2ffc-466b-b30c-82143977b48c" }, { "id": "976966f6-b385-4e57-a94b-a613dbce1fa3", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/brand-auth-verification", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "brand-auth-verification" ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-976966f6-b385-4e57-a94b-a613dbce1fa3" }, { "id": "525c752d-c40e-4da2-bfd7-c7aee3b6f016", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/brand-auth-verification", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "brand-auth-verification" ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-525c752d-c40e-4da2-bfd7-c7aee3b6f016" }, { "id": "ea86b8a4-cf18-4ec4-9496-fe53ac13a111", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/brand-auth-verification", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "brand-auth-verification" ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ea86b8a4-cf18-4ec4-9496-fe53ac13a111" }, { "id": "2c754530-d546-419e-ac9c-b5744ca75f3c", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/brand-auth-verification", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "brand-auth-verification" ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2c754530-d546-419e-ac9c-b5744ca75f3c" }, { "id": "44a2c832-0360-477a-8182-46a8a406ee5a", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/brand-auth-verification", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "brand-auth-verification" ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-44a2c832-0360-477a-8182-46a8a406ee5a" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e1f35856-a28c-44b1-9c5d-1ddef4c661df" } ], "id": "6aa145df-ae2d-4533-8601-b776f61143a8", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6aa145df-ae2d-4533-8601-b776f61143a8" }, { "name": "resend2fa", "item": [ { "name": "Resend 2FA Email For Brand Authentication", "id": "ca2b3918-796d-4e05-980f-413c02980a0f", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/resend2fa", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "resend2fa" ], "variable": [ { "id": "81e9e5b6-f51e-4a4e-85de-38c5ce7ad8ac", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." } ] }, "description": "Resend 2FA email to proceed with Brand authentication.\nThis operation can be executed for TENDLC_PUBLIC_COMPANY brand type only when Brand authentication is in progress.\nIn 2 hour time window can resend only one 2FA email." }, "response": [ { "id": "f1015a6f-b6e6-43d0-9c10-a863dc4d78f9", "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/resend2fa", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "resend2fa" ], "variable": [ { "key": "brandId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f1015a6f-b6e6-43d0-9c10-a863dc4d78f9" }, { "id": "b94e4b83-1bfb-4cd5-85ef-8bcf597d0ac6", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/resend2fa", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "resend2fa" ], "variable": [ { "key": "brandId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b94e4b83-1bfb-4cd5-85ef-8bcf597d0ac6" }, { "id": "7b612bcc-8d46-43c1-9e7c-74cfd37cc7e6", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/resend2fa", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "resend2fa" ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7b612bcc-8d46-43c1-9e7c-74cfd37cc7e6" }, { "id": "fec18650-f4cb-4fa7-adf3-906e420d5a6a", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/resend2fa", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "resend2fa" ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fec18650-f4cb-4fa7-adf3-906e420d5a6a" }, { "id": "e4ecb254-e978-4da7-815d-69cb60cb0e9c", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/resend2fa", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "resend2fa" ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e4ecb254-e978-4da7-815d-69cb60cb0e9c" }, { "id": "98acce0f-c850-4b25-af70-5fcce8d1ca70", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/resend2fa", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "resend2fa" ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-98acce0f-c850-4b25-af70-5fcce8d1ca70" }, { "id": "37d2f0dc-40d8-4074-85b6-55505ecd42d1", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/resend2fa", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "resend2fa" ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-37d2f0dc-40d8-4074-85b6-55505ecd42d1" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ca2b3918-796d-4e05-980f-413c02980a0f" } ], "id": "71f29009-5f67-465c-a866-7134da39cb45", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-71f29009-5f67-465c-a866-7134da39cb45" }, { "name": "appeal", "item": [ { "name": "Submit Brand Identity Appeal", "id": "ce67b3ea-19dc-4d78-8bc8-33705197c5cd", "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 \"documents\": [\n {\n \"documentId\": \"\",\n \"documentType\": \"IRS_CP575\"\n }\n ],\n \"explanation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeal" ], "variable": [ { "id": "fdead6b2-fd26-4e46-a849-5851db093087", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." } ] }, "description": "Submit an appeal for a 10DLC brand with REJECTED registration status.\nAppeal can be submitted inside 45 calendar days after rejection happen.\nOnly one pending appeal per brand is allowed at a time.\nCharges apply only if the appeal is processed by TCR. Appeals rejected internally are not charged and can be resubmitted." }, "response": [ { "id": "b30cf73b-3dd6-4ce6-a98e-cbbe2a55c980", "name": "Accepted", "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 \"documents\": [\n {\n \"documentId\": \"\",\n \"documentType\": \"IRS_CP575\"\n }\n ],\n \"explanation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeal" ], "variable": [ { "key": "brandId" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"appealId\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b30cf73b-3dd6-4ce6-a98e-cbbe2a55c980" }, { "id": "3e5ea820-f00e-4613-81be-9e63f90124b8", "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 \"documents\": [\n {\n \"documentId\": \"\",\n \"documentType\": \"IRS_CP575\"\n }\n ],\n \"explanation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeal" ], "variable": [ { "key": "brandId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3e5ea820-f00e-4613-81be-9e63f90124b8" }, { "id": "96dad0ca-b913-4d5c-95a6-d69182fa5424", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"documents\": [\n {\n \"documentId\": \"\",\n \"documentType\": \"IRS_CP575\"\n }\n ],\n \"explanation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeal" ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-96dad0ca-b913-4d5c-95a6-d69182fa5424" }, { "id": "89844fa7-5332-4116-8c09-8481a3aac8c8", "name": "Forbidden", "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 \"documents\": [\n {\n \"documentId\": \"\",\n \"documentType\": \"IRS_CP575\"\n }\n ],\n \"explanation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeal" ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-89844fa7-5332-4116-8c09-8481a3aac8c8" }, { "id": "3f5e23f6-e7fb-48dd-ad78-2424966c2938", "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 \"documents\": [\n {\n \"documentId\": \"\",\n \"documentType\": \"IRS_CP575\"\n }\n ],\n \"explanation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeal" ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3f5e23f6-e7fb-48dd-ad78-2424966c2938" }, { "id": "395af207-a764-4a79-a843-a3a96e952c31", "name": "Too Many Requests", "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 \"documents\": [\n {\n \"documentId\": \"\",\n \"documentType\": \"IRS_CP575\"\n }\n ],\n \"explanation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeal" ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-395af207-a764-4a79-a843-a3a96e952c31" }, { "id": "2fb1f4c0-4bd9-4a5f-bc0c-cf9f80247012", "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 \"documents\": [\n {\n \"documentId\": \"\",\n \"documentType\": \"IRS_CP575\"\n }\n ],\n \"explanation\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeal" ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2fb1f4c0-4bd9-4a5f-bc0c-cf9f80247012" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ce67b3ea-19dc-4d78-8bc8-33705197c5cd" } ], "id": "d22a565d-2d52-4ac9-9113-0497c78781db", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d22a565d-2d52-4ac9-9113-0497c78781db" }, { "name": "appeals", "item": [ { "name": "Get Brand Appeals", "id": "4cf30769-922d-40df-8a4c-6832bd2e5bd9", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeals", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeals" ], "variable": [ { "id": "7624c022-43a5-4bf0-9258-1ea2977e7666", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." } ] }, "description": "Retrieves the list of all appeals submitted for the specified brand." }, "response": [ { "id": "9d65d172-b348-4a72-ba02-733e2c280513", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeals", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeals" ], "variable": [ { "key": "brandId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"appeals\": [\n {\n \"appealId\": \"\",\n \"status\": \"PENDING\",\n \"submittedAt\": \"\",\n \"rejectionReason\": \"\"\n },\n {\n \"appealId\": \"\",\n \"status\": \"PENDING\",\n \"submittedAt\": \"\",\n \"rejectionReason\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9d65d172-b348-4a72-ba02-733e2c280513" }, { "id": "6e54bbe8-7ab0-471b-8478-00764ac1dcf3", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeals", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeals" ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6e54bbe8-7ab0-471b-8478-00764ac1dcf3" }, { "id": "bc4cdb56-b80c-449b-bc57-71a7d3951879", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeals", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeals" ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-bc4cdb56-b80c-449b-bc57-71a7d3951879" }, { "id": "8e225b2f-c15a-4285-88e7-a577636bfb1e", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeals", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeals" ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8e225b2f-c15a-4285-88e7-a577636bfb1e" }, { "id": "c1b182ca-3861-4474-84da-8781e256373b", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeals", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeals" ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c1b182ca-3861-4474-84da-8781e256373b" }, { "id": "ef878ff8-cc93-4827-97b2-aabef29d0feb", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/appeals", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "appeals" ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ef878ff8-cc93-4827-97b2-aabef29d0feb" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4cf30769-922d-40df-8a4c-6832bd2e5bd9" } ], "id": "0a960d79-b7c3-4bcf-87c4-df283080ed7b", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0a960d79-b7c3-4bcf-87c4-df283080ed7b" }, { "name": "vets", "item": [ { "name": "{vetId}", "item": [ { "name": "report", "item": [ { "name": "Get Brand Enhanced Vet Report", "id": "901edfc6-e10a-4aa9-8184-fbf64b16fc38", "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": [ { "key": "Accept", "value": "application/pdf" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId/report", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId", "report" ], "variable": [ { "id": "bf4df6d5-93ae-464c-b9fd-a9ff47c46353", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." }, { "id": "80242c36-0cb4-4878-904b-5d9b4c050c00", "key": "vetId", "value": "", "description": "(Required) The ID of the desired vet." } ] }, "description": "Retrieves brand enhanced vet report by given vetId." }, "response": [ { "id": "cd7c22ed-25e5-47a5-b2d6-d4279b5ece1b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/pdf" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId/report", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId", "report" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/pdf" }, { "disabled": false, "description": { "content": "PDF file name.", "type": "text/plain" }, "key": "Content-Disposition", "value": "" }, { "disabled": false, "description": { "content": "PDF file size.", "type": "text/plain" }, "key": "Content-Length", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cd7c22ed-25e5-47a5-b2d6-d4279b5ece1b" }, { "id": "132b2653-f93e-4363-a71b-eef123816e12", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId/report", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId", "report" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-132b2653-f93e-4363-a71b-eef123816e12" }, { "id": "70359a7f-22e5-4166-88b0-98027d4f212d", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId/report", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId", "report" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-70359a7f-22e5-4166-88b0-98027d4f212d" }, { "id": "d8a3691c-9f3a-4a9d-a8a1-9a2512dfe127", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId/report", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId", "report" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d8a3691c-9f3a-4a9d-a8a1-9a2512dfe127" }, { "id": "7cdb067d-23dc-4e4b-8c88-06ab31c837b5", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId/report", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId", "report" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7cdb067d-23dc-4e4b-8c88-06ab31c837b5" }, { "id": "15651c98-c6e9-4e5b-be68-5208e74c6dfa", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId/report", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId", "report" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-15651c98-c6e9-4e5b-be68-5208e74c6dfa" }, { "id": "0ebadb22-b840-4502-85fe-000a49f4c2f1", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId/report", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId", "report" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0ebadb22-b840-4502-85fe-000a49f4c2f1" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-901edfc6-e10a-4aa9-8184-fbf64b16fc38" } ], "id": "080dc0d3-f789-477d-a056-e1e6d1d5e160", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-080dc0d3-f789-477d-a056-e1e6d1d5e160" }, { "name": "Get Brand Vet", "id": "adbae513-06ac-4e85-9712-6bb95d27f639", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "id": "74c3b63d-e475-4a04-bab5-57535eb1bf9f", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." }, { "id": "7d1832cd-5463-43ba-acf4-af66e00d3975", "key": "vetId", "value": "", "description": "(Required) The ID of the desired vet." } ] }, "description": "Retrieves brand vet done for the brand with the given ID." }, "response": [ { "id": "a17231aa-9599-4716-82a2-ff9cece60c1e", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a17231aa-9599-4716-82a2-ff9cece60c1e" }, { "id": "0ee5a0ad-f874-4a3a-b87f-c3027471dcf7", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0ee5a0ad-f874-4a3a-b87f-c3027471dcf7" }, { "id": "45c1678e-a61d-434d-bfb5-cfcc01b0eea6", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-45c1678e-a61d-434d-bfb5-cfcc01b0eea6" }, { "id": "cdec3f91-76ab-4ad3-9b11-378e061f2333", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cdec3f91-76ab-4ad3-9b11-378e061f2333" }, { "id": "6aad3e88-5dc1-4ca3-8d37-e075bced0c9c", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6aad3e88-5dc1-4ca3-8d37-e075bced0c9c" }, { "id": "560cc7d3-1edb-49da-92f6-a37dd9bf455b", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-560cc7d3-1edb-49da-92f6-a37dd9bf455b" }, { "id": "6b4cca1b-1e30-429b-b782-78df0ba46ff2", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6b4cca1b-1e30-429b-b782-78df0ba46ff2" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-adbae513-06ac-4e85-9712-6bb95d27f639" }, { "name": "Update Brand Vet", "id": "fbfcc8d1-efec-423e-9eef-ebea132e39be", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "id": "7531983e-2dcd-4bad-af11-bf3ac5790db3", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." }, { "id": "ca342442-3be4-4d6d-9dec-5893fc9b96cb", "key": "vetId", "value": "", "description": "(Required) The ID of the brand active vet." } ] }, "description": "Updates a brand vetting type.\nProvided vet must be current active standard vet and it may only be updated to an enhanced vet if it was performed within the last 30 days.\nAll other attempts to update a vet are considered an error." }, "response": [ { "id": "843af3a5-0866-40a1-99c2-399e2154e84f", "name": "OK", "originalRequest": { "method": "PUT", "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 \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-843af3a5-0866-40a1-99c2-399e2154e84f" }, { "id": "5a2a8fc3-cb90-43c7-845e-69138f114d39", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5a2a8fc3-cb90-43c7-845e-69138f114d39" }, { "id": "07d0a169-26c4-421f-bfb2-9defa07cdd98", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-07d0a169-26c4-421f-bfb2-9defa07cdd98" }, { "id": "a57daabe-69f1-4607-856b-1b397edaa62f", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a57daabe-69f1-4607-856b-1b397edaa62f" }, { "id": "103b310a-bd46-42ed-9a3d-12f35bcba812", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-103b310a-bd46-42ed-9a3d-12f35bcba812" }, { "id": "257c63e7-e886-4024-8cf5-46dfa76c57fd", "name": "Too Many Requests", "originalRequest": { "method": "PUT", "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 \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-257c63e7-e886-4024-8cf5-46dfa76c57fd" }, { "id": "56362cb9-e12e-4f2c-8d1c-9102709d90db", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/:vetId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", ":vetId" ], "variable": [ { "key": "brandId" }, { "key": "vetId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-56362cb9-e12e-4f2c-8d1c-9102709d90db" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fbfcc8d1-efec-423e-9eef-ebea132e39be" } ], "id": "1468b347-b7ce-49f4-88fa-ad49350522a6", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1468b347-b7ce-49f4-88fa-ad49350522a6" }, { "name": "import", "item": [ { "name": "Import Existing Brand Vet", "id": "740668af-800d-4199-bd2a-ea4df92ec5c1", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"AEGIS_MOBILE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/import", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", "import" ], "variable": [ { "id": "ee197b23-7057-45bb-a534-cdd1afcea7cb", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." } ] }, "description": "Imports Existing Brand Vet provider" }, "response": [ { "id": "7e227d34-913e-49c5-911b-e29e65782dc1", "name": "OK", "originalRequest": { "method": "PUT", "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 \"type\": \"AEGIS_MOBILE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/import", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", "import" ], "variable": [ { "key": "brandId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7e227d34-913e-49c5-911b-e29e65782dc1" }, { "id": "a13a136b-9664-4293-958f-d1c3f58aa49f", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"AEGIS_MOBILE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/import", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", "import" ], "variable": [ { "key": "brandId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a13a136b-9664-4293-958f-d1c3f58aa49f" }, { "id": "911fafed-9281-4a4e-b6fb-03d48d8c0c17", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"AEGIS_MOBILE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/import", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", "import" ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-911fafed-9281-4a4e-b6fb-03d48d8c0c17" }, { "id": "f4a39e4c-961b-479f-a41e-fd7a6a6a31b4", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"type\": \"AEGIS_MOBILE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/import", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", "import" ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f4a39e4c-961b-479f-a41e-fd7a6a6a31b4" }, { "id": "8f1dd9c5-2b35-4015-8144-ea137409487e", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"AEGIS_MOBILE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/import", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", "import" ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8f1dd9c5-2b35-4015-8144-ea137409487e" }, { "id": "b15278d9-3fcb-49f7-8955-ceedbe7bb3ce", "name": "Too Many Requests", "originalRequest": { "method": "PUT", "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 \"type\": \"AEGIS_MOBILE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/import", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", "import" ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b15278d9-3fcb-49f7-8955-ceedbe7bb3ce" }, { "id": "1a737b93-6de9-4f63-ba2d-7c1865b80279", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"type\": \"AEGIS_MOBILE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets/import", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets", "import" ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1a737b93-6de9-4f63-ba2d-7c1865b80279" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-740668af-800d-4199-bd2a-ea4df92ec5c1" } ], "id": "b1507087-5807-48a2-906c-03d89938e7db", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b1507087-5807-48a2-906c-03d89938e7db" }, { "name": "Get Brand Vets", "id": "7f2d7715-50ec-41d4-9c53-7056e9fda243", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets?page=&size=&sort=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'vetId', 'type', 'vettedDate', 'enhancedVettedDate'.", "key": "sort", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'vetId', 'type', 'vettedDate', 'enhancedVettedDate'.", "key": "sort", "value": "" } ], "variable": [ { "id": "6c17a3ba-e79e-46b0-ba79-6782e41e3f0d", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." } ] }, "description": "Retrieves all vets done for the brand with the given ID." }, "response": [ { "id": "c8587f5d-5b43-4d44-ac50-a9880223d603", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'vetId', 'type', 'vettedDate', 'enhancedVettedDate'.", "key": "sort", "value": "" } ], "variable": [ { "key": "brandId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"type\": \"STANDARD\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"FAILURE\",\n \"imported\": \"\",\n \"importedVetProvider\": \"AEGIS_MOBILE\"\n },\n {\n \"type\": \"ENHANCED\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n }\n ],\n \"paging\": {\n \"page\": \"\",\n \"size\": \"\",\n \"totalPages\": \"\",\n \"totalResults\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c8587f5d-5b43-4d44-ac50-a9880223d603" }, { "id": "5ced4743-f446-4dc8-94c3-13d9c42688d2", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'vetId', 'type', 'vettedDate', 'enhancedVettedDate'.", "key": "sort", "value": "" } ], "variable": [ { "key": "brandId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5ced4743-f446-4dc8-94c3-13d9c42688d2" }, { "id": "6c117d41-32f0-4c9b-8230-2aa08313a155", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'vetId', 'type', 'vettedDate', 'enhancedVettedDate'.", "key": "sort", "value": "" } ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6c117d41-32f0-4c9b-8230-2aa08313a155" }, { "id": "f2b2659f-da33-4784-848d-e4f077f860bb", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'vetId', 'type', 'vettedDate', 'enhancedVettedDate'.", "key": "sort", "value": "" } ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f2b2659f-da33-4784-848d-e4f077f860bb" }, { "id": "48722fb4-1b34-4389-a22f-d9d8ef26292d", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'vetId', 'type', 'vettedDate', 'enhancedVettedDate'.", "key": "sort", "value": "" } ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-48722fb4-1b34-4389-a22f-d9d8ef26292d" }, { "id": "5c827418-0df0-4c00-8194-f8713aa50ca5", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'vetId', 'type', 'vettedDate', 'enhancedVettedDate'.", "key": "sort", "value": "" } ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5c827418-0df0-4c00-8194-f8713aa50ca5" }, { "id": "d2e52f49-32f8-40f0-926f-23a4f0e0781b", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'vetId', 'type', 'vettedDate', 'enhancedVettedDate'.", "key": "sort", "value": "" } ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d2e52f49-32f8-40f0-926f-23a4f0e0781b" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7f2d7715-50ec-41d4-9c53-7056e9fda243" }, { "name": "Vet Brand", "id": "32bb3fb4-da37-4ce1-ac2e-d440bc9d1d8a", "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 \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "variable": [ { "id": "7bce8f0c-f726-463f-a44d-e1cacb359949", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." } ] }, "description": "Vets the brand with the given ID. Vetting a brand may only be performed once every 30 days.\nCan be created as vet type standard or enhanced.\nEach vet of a brand incurs a cost, consult your contract for pricing information." }, "response": [ { "id": "2f9db741-f933-4e13-b8ea-86aa7f042bd9", "name": "Accepted", "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 \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "variable": [ { "key": "brandId" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2f9db741-f933-4e13-b8ea-86aa7f042bd9" }, { "id": "08b55168-9141-431b-a3d2-e29066e96dd0", "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 \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "variable": [ { "key": "brandId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-08b55168-9141-431b-a3d2-e29066e96dd0" }, { "id": "40e59af0-ce7d-4ba4-9d9c-89e799fabf4c", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-40e59af0-ce7d-4ba4-9d9c-89e799fabf4c" }, { "id": "fc6c2dbe-82aa-4701-b348-cf41f9faee50", "name": "Forbidden", "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 \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fc6c2dbe-82aa-4701-b348-cf41f9faee50" }, { "id": "cd31774f-4d6c-41e0-ba41-54117464c3f6", "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 \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cd31774f-4d6c-41e0-ba41-54117464c3f6" }, { "id": "9e02b28c-6a34-4c09-bb9c-57f635e720b3", "name": "Too Many Requests", "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 \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9e02b28c-6a34-4c09-bb9c-57f635e720b3" }, { "id": "f0e3ac6d-8592-4b43-a633-33478a3a2cc2", "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 \"type\": \"POLITICAL\",\n \"vetId\": \"\",\n \"brandId\": \"\",\n \"score\": \"\",\n \"vettedDate\": \"\",\n \"enhancedVettedDate\": \"\",\n \"status\": \"SUCCESS\",\n \"imported\": \"\",\n \"importedVetProvider\": \"CAMPAIGN_VERIFY\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId/vets", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId", "vets" ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f0e3ac6d-8592-4b43-a633-33478a3a2cc2" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-32bb3fb4-da37-4ce1-ac2e-d440bc9d1d8a" } ], "id": "5eacb483-a92c-4fb3-9e0a-3d1efe33dfed", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5eacb483-a92c-4fb3-9e0a-3d1efe33dfed" }, { "name": "Get Brand", "id": "1158cced-99a2-4d33-9dff-a18a2f93acf3", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "id": "75645362-00b3-4198-8917-bc325f863f90", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." } ] }, "description": "Retrieves a previously created brand by its ID." }, "response": [ { "id": "3747c080-9443-436f-83c5-904e89afb056", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3747c080-9443-436f-83c5-904e89afb056" }, { "id": "7da96824-f6b2-4ef8-a279-93c64dd68da2", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7da96824-f6b2-4ef8-a279-93c64dd68da2" }, { "id": "f0efc7f2-3970-4cad-ba0b-999a326a83d3", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f0efc7f2-3970-4cad-ba0b-999a326a83d3" }, { "id": "db02c768-a61a-4b97-b37b-c9481774ced1", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-db02c768-a61a-4b97-b37b-c9481774ced1" }, { "id": "9f522214-da6c-4455-bf02-487456c9cb86", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9f522214-da6c-4455-bf02-487456c9cb86" }, { "id": "3490fb26-7db7-492d-a35d-054423c4c45c", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3490fb26-7db7-492d-a35d-054423c4c45c" }, { "id": "bb6e7fab-8399-443c-baaa-ca592e335009", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-bb6e7fab-8399-443c-baaa-ca592e335009" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1158cced-99a2-4d33-9dff-a18a2f93acf3" }, { "name": "Update Brand", "id": "d64bcfa3-d0b6-4987-b384-591b5171e64a", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "id": "b0ac3b67-7368-46bd-8ed4-2c56887b1657", "key": "brandId", "value": "", "description": "(Required) The ID of the desired brand." } ] }, "description": "Updates a brand that has not yet been registered within the Infobip platform (response 200) or that has a successful or failed registration\n(response 202). This method will not support a brand update with pending registration status and will return a 400 Bad Request.\nAlso for successfully registered brands, updates to the legalName, type, taxId, and taxIdIssuingCountry are restricted\nand will also return a 400 Bad Request." }, "response": [ { "id": "732eeda7-381a-49e1-983e-d8b6ab9fbc40", "name": "OK", "originalRequest": { "method": "PUT", "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 \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-732eeda7-381a-49e1-983e-d8b6ab9fbc40" }, { "id": "34e97ac6-c858-4ea9-8588-5ac37588efe0", "name": "Accepted", "originalRequest": { "method": "PUT", "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 \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-34e97ac6-c858-4ea9-8588-5ac37588efe0" }, { "id": "ab7477e0-3296-4c01-a25e-ccb5313a4bdc", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ab7477e0-3296-4c01-a25e-ccb5313a4bdc" }, { "id": "5e163aa6-7e3b-4d42-8381-1deb1f72b7b3", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5e163aa6-7e3b-4d42-8381-1deb1f72b7b3" }, { "id": "94bcabcf-a112-4c1e-8342-8bb8a014804f", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-94bcabcf-a112-4c1e-8342-8bb8a014804f" }, { "id": "7d839b60-b04e-4505-b57d-6657123e09e6", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7d839b60-b04e-4505-b57d-6657123e09e6" }, { "id": "078fbcad-177d-4c49-ab12-c0b00e30cb6f", "name": "Too Many Requests", "originalRequest": { "method": "PUT", "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 \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-078fbcad-177d-4c49-ab12-c0b00e30cb6f" }, { "id": "7e449f05-3010-4405-a7d4-b767798fcde1", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7e449f05-3010-4405-a7d4-b767798fcde1" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d64bcfa3-d0b6-4987-b384-591b5171e64a" }, { "name": "Delete Brand", "id": "f75e7103-1428-44fa-8cc1-1210282e88b2", "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": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "id": "1b1aa61d-e646-491e-9957-4e07414449e9", "key": "brandId", "value": "", "description": "(Required) The ID of the brand to delete." } ] }, "description": "Removes a previously created brand by its ID.\nThis operation is only supported if all associated campaigns are in a stage that allows deletion (applies to vetted and non-vetted brands).\n" }, "response": [ { "id": "67f90c7b-3ed7-4250-b1e4-299cea65db76", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-67f90c7b-3ed7-4250-b1e4-299cea65db76" }, { "id": "5753cc9e-f193-4a7a-8494-6e87288f38fe", "name": "Bad Request", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5753cc9e-f193-4a7a-8494-6e87288f38fe" }, { "id": "a70d2650-87e4-4342-9ee8-1e08e3e56420", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a70d2650-87e4-4342-9ee8-1e08e3e56420" }, { "id": "0f217b1d-7377-4f79-9383-e2bc3e883683", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0f217b1d-7377-4f79-9383-e2bc3e883683" }, { "id": "58596809-5ce9-4088-bec9-41abf20b1133", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-58596809-5ce9-4088-bec9-41abf20b1133" }, { "id": "927152f7-36f2-4887-9993-8aa98db56cb9", "name": "Too Many Requests", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-927152f7-36f2-4887-9993-8aa98db56cb9" }, { "id": "c5ba12a3-3612-4ba4-beaf-625106a9f85e", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands/:brandId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands", ":brandId" ], "variable": [ { "key": "brandId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c5ba12a3-3612-4ba4-beaf-625106a9f85e" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f75e7103-1428-44fa-8cc1-1210282e88b2" } ], "id": "a192c56f-374d-4233-8541-daa96ea33e2f", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a192c56f-374d-4233-8541-daa96ea33e2f" }, { "name": "Get Brands", "id": "3ec04238-722c-4bb2-b874-b660f9733563", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands?id=&id=&type=&type=&nameLike=&referenceId=&referenceId=&applicationId=&entityId=&page=&size=&sort=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ], "query": [ { "description": "Filters brands to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters brands to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters brands to those that match the supplied brand types(s).", "key": "type", "value": "" }, { "description": "Filters brands to those that match the supplied brand types(s).", "key": "type", "value": "" }, { "description": "Filters brands to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters brands to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters brands to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters brands to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters brands to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] }, "description": "Get a page of brands, using query parameters to filter results." }, "response": [ { "id": "2e80aeca-5a04-46ce-8ba4-17e910f0f94a", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands?id=&type=&nameLike=&referenceId=&applicationId=&entityId=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ], "query": [ { "description": "Filters brands to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters brands to those that match the supplied brand types(s).", "key": "type", "value": "" }, { "description": "Filters brands to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters brands to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters brands to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters brands to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"name\": \"\",\n \"type\": \"TENDLC_GOVERNMENT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n },\n {\n \"name\": \"\",\n \"type\": \"TENDLC_PRIVATE_COMPANY\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n }\n ],\n \"paging\": {\n \"page\": \"\",\n \"size\": \"\",\n \"totalPages\": \"\",\n \"totalResults\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2e80aeca-5a04-46ce-8ba4-17e910f0f94a" }, { "id": "20bbb9fa-4fa6-4bfa-aa0b-eee9d68d2fd8", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands?id=&type=&nameLike=&referenceId=&applicationId=&entityId=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ], "query": [ { "description": "Filters brands to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters brands to those that match the supplied brand types(s).", "key": "type", "value": "" }, { "description": "Filters brands to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters brands to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters brands to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters brands to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-20bbb9fa-4fa6-4bfa-aa0b-eee9d68d2fd8" }, { "id": "cfa42efc-fa6d-45ba-a5ec-0f0c9ef443da", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands?id=&type=&nameLike=&referenceId=&applicationId=&entityId=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ], "query": [ { "description": "Filters brands to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters brands to those that match the supplied brand types(s).", "key": "type", "value": "" }, { "description": "Filters brands to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters brands to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters brands to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters brands to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cfa42efc-fa6d-45ba-a5ec-0f0c9ef443da" }, { "id": "c8bf2814-b5c5-4954-bb20-57252e091dae", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands?id=&type=&nameLike=&referenceId=&applicationId=&entityId=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ], "query": [ { "description": "Filters brands to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters brands to those that match the supplied brand types(s).", "key": "type", "value": "" }, { "description": "Filters brands to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters brands to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters brands to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters brands to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c8bf2814-b5c5-4954-bb20-57252e091dae" }, { "id": "ec1fcbf2-42be-48ad-88c7-5073793ace8b", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands?id=&type=&nameLike=&referenceId=&applicationId=&entityId=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ], "query": [ { "description": "Filters brands to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters brands to those that match the supplied brand types(s).", "key": "type", "value": "" }, { "description": "Filters brands to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters brands to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters brands to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters brands to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ec1fcbf2-42be-48ad-88c7-5073793ace8b" }, { "id": "ccd90fdf-c5cb-4f1d-9209-31365e3ebf9d", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/brands?id=&type=&nameLike=&referenceId=&applicationId=&entityId=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ], "query": [ { "description": "Filters brands to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters brands to those that match the supplied brand types(s).", "key": "type", "value": "" }, { "description": "Filters brands to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters brands to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters brands to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters brands to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ccd90fdf-c5cb-4f1d-9209-31365e3ebf9d" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3ec04238-722c-4bb2-b874-b660f9733563" }, { "name": "Create Brand", "id": "98da5e8e-ddb4-407c-ad01-e3271627d2a0", "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 \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ] }, "description": "Creates a brand within the Infobip platform. This operation does not register the brand with any registrars. Registration can be done using created brand's ID with the 'Register Brand' endpoint." }, "response": [ { "id": "00b21af9-9113-429e-861b-83454e441318", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "The URI location of the created resource.", "type": "text/plain" }, "key": "Location", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-00b21af9-9113-429e-861b-83454e441318" }, { "id": "23c48980-8aa6-46db-a5c3-c5199a8a9733", "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 \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-23c48980-8aa6-46db-a5c3-c5199a8a9733" }, { "id": "9494f85c-95ee-43ed-9346-91d87b5b3989", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9494f85c-95ee-43ed-9346-91d87b5b3989" }, { "id": "e5e5d613-7fa9-49b0-bc88-4a19f71ef812", "name": "Forbidden", "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 \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e5e5d613-7fa9-49b0-bc88-4a19f71ef812" }, { "id": "0d52d891-846e-4794-ab39-42e10bbfba58", "name": "Too Many Requests", "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 \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0d52d891-846e-4794-ab39-42e10bbfba58" }, { "id": "5696ba86-fde3-49d2-b6bc-7a880408fd4c", "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 \"name\": \"\",\n \"type\": \"TENDLC_NON_PROFIT\",\n \"website\": \"\",\n \"id\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"stage\": \"DRAFT\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/brands", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "brands" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-5696ba86-fde3-49d2-b6bc-7a880408fd4c" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-98da5e8e-ddb4-407c-ad01-e3271627d2a0" } ], "id": "379c4f80-215c-46bc-9eb1-b49d4fcc4b3f", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-379c4f80-215c-46bc-9eb1-b49d4fcc4b3f" }, { "name": "campaigns", "item": [ { "name": "toll-free", "item": [ { "name": "Create Toll Free Campaign", "id": "ba7e49b1-7271-4b2c-b21a-5c1be7e8eedf", "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": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/toll-free", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "toll-free" ] }, "description": "Creates a toll free campaign within the Infobip platform." }, "response": [ { "id": "e81073ee-dc82-47ad-ae25-bf2b97528dbb", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/toll-free", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "toll-free" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "The URI location of the created resource.", "type": "text/plain" }, "key": "Location", "value": "" } ], "cookie": [], "responseTime": null, "body": "null", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e81073ee-dc82-47ad-ae25-bf2b97528dbb" }, { "id": "92ac595a-4d48-4560-bd4c-aa5df2a0a416", "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": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/toll-free", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "toll-free" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-92ac595a-4d48-4560-bd4c-aa5df2a0a416" }, { "id": "366a9c2e-da0a-4a9a-ba2e-f185a53aaf4a", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/toll-free", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "toll-free" ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-366a9c2e-da0a-4a9a-ba2e-f185a53aaf4a" }, { "id": "1e1f0c4a-84e0-42f4-adbd-434296e5577d", "name": "Forbidden", "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": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/toll-free", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "toll-free" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1e1f0c4a-84e0-42f4-adbd-434296e5577d" }, { "id": "dfea1506-86f5-4bc1-9bff-d8fa6689b6f2", "name": "Too Many Requests", "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": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/toll-free", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "toll-free" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-dfea1506-86f5-4bc1-9bff-d8fa6689b6f2" }, { "id": "31dd3922-15fc-4018-a3e0-f77ef44903fa", "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": "null", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/toll-free", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "toll-free" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-31dd3922-15fc-4018-a3e0-f77ef44903fa" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ba7e49b1-7271-4b2c-b21a-5c1be7e8eedf" } ], "id": "f251808d-d07a-4da1-be35-829ee2b9ae74", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f251808d-d07a-4da1-be35-829ee2b9ae74" }, { "name": "{campaignId}", "item": [ { "name": "register", "item": [ { "name": "Submit Campaign", "id": "7f5802ea-d0ca-4168-9969-6fc0e9f8517a", "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 \"priorityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "register" ], "variable": [ { "id": "514a56a9-190e-4c35-b727-c5ea01be8ff8", "key": "campaignId", "value": "", "description": "(Required) The ID of the desired campaign." } ] }, "description": "Submits the campaign with the given ID for Infobip review. If a campaign gets approved by Infobip, it will get registered with carriers, and submitted for underlying connectivity provider's review. Each registered campaign incurs a cost, consult your contract for pricing information." }, "response": [ { "id": "e372266d-b41a-40d5-ac74-d501f94bcb9c", "name": "Accepted", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"priorityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "register" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e372266d-b41a-40d5-ac74-d501f94bcb9c" }, { "id": "8b9df8b0-16bf-459c-9075-b34e66834f68", "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 \"priorityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "register" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8b9df8b0-16bf-459c-9075-b34e66834f68" }, { "id": "ab51abda-685d-49c6-9fc9-d0226ef035dc", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"priorityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "register" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ab51abda-685d-49c6-9fc9-d0226ef035dc" }, { "id": "670dbdeb-79af-416d-9c83-7b4c118b2a2a", "name": "Forbidden", "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 \"priorityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "register" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-670dbdeb-79af-416d-9c83-7b4c118b2a2a" }, { "id": "fe30786e-0804-4868-83bf-d1c9ebb6377b", "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 \"priorityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "register" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fe30786e-0804-4868-83bf-d1c9ebb6377b" }, { "id": "00c09cf8-7ee8-4356-b6d5-58f51caed322", "name": "Too Many Requests", "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 \"priorityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "register" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-00c09cf8-7ee8-4356-b6d5-58f51caed322" }, { "id": "72bddddd-bba9-4d3f-920d-298792ee787d", "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 \"priorityId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/register", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "register" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-72bddddd-bba9-4d3f-920d-298792ee787d" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7f5802ea-d0ca-4168-9969-6fc0e9f8517a" } ], "id": "a017708e-727e-4ce7-b316-b0d690ee2faa", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a017708e-727e-4ce7-b316-b0d690ee2faa" }, { "name": "network-statuses", "item": [ { "name": "Get Campaign Network Statuses", "id": "9c744326-ea30-4380-86bc-49c1b1703554", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/network-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "network-statuses" ], "variable": [ { "id": "5940294f-648c-44b4-b56e-a9344b13c1db", "key": "campaignId", "value": "", "description": "(Required) The ID of the desired campaign." } ] }, "description": "Retrieves status of a registered campaign for each network." }, "response": [ { "id": "f7aeff99-4f58-42a3-bcde-a3fd2a992816", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/network-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "network-statuses" ], "variable": [ { "key": "campaignId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"network\": \"CHARTER_SPECTRUM\",\n \"state\": \"NOT_REGISTERED\",\n \"messageClass\": \"\",\n \"throughput\": \"\",\n \"brandTier\": \"\"\n },\n {\n \"network\": \"GOOGLE_VOICE\",\n \"state\": \"NOT_REGISTERED\",\n \"messageClass\": \"\",\n \"throughput\": \"\",\n \"brandTier\": \"\"\n }\n]", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f7aeff99-4f58-42a3-bcde-a3fd2a992816" }, { "id": "082a0dc0-8886-41d9-bec6-e0a1f55596f6", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/network-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "network-statuses" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-082a0dc0-8886-41d9-bec6-e0a1f55596f6" }, { "id": "8fa76304-d766-4d46-af6a-1e2f23548e9b", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/network-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "network-statuses" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8fa76304-d766-4d46-af6a-1e2f23548e9b" }, { "id": "de429076-138e-47a5-85f9-96c2cfb6d9a1", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/network-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "network-statuses" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-de429076-138e-47a5-85f9-96c2cfb6d9a1" }, { "id": "09e422dd-989c-492c-ac4e-30e8610d5403", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/network-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "network-statuses" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-09e422dd-989c-492c-ac4e-30e8610d5403" }, { "id": "43a2345b-5d57-4472-ae69-16ae631c661e", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/network-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "network-statuses" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-43a2345b-5d57-4472-ae69-16ae631c661e" }, { "id": "808b20c8-adaa-413d-b0e0-3aa83bcb7de4", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/network-statuses", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "network-statuses" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-808b20c8-adaa-413d-b0e0-3aa83bcb7de4" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9c744326-ea30-4380-86bc-49c1b1703554" } ], "id": "6fefeae4-fafe-45bf-b10e-b0413ab3d766", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6fefeae4-fafe-45bf-b10e-b0413ab3d766" }, { "name": "deregister", "item": [ { "name": "Deregister Campaign", "id": "8f2d1523-eea5-4c5c-b860-eae142abcd6a", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/deregister", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "deregister" ], "variable": [ { "id": "40575c77-5b00-4ea7-9b7b-6a0011915287", "key": "campaignId", "value": "", "description": "(Required) The ID of the desired campaign." } ] }, "description": "Deregisters the campaign with the given ID with all available networks." }, "response": [ { "id": "4c64ea41-09fa-4077-9cf9-0d7f3a65e423", "name": "Accepted", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/deregister", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "deregister" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4c64ea41-09fa-4077-9cf9-0d7f3a65e423" }, { "id": "66cb5d70-f62d-44a6-8b44-a3aaace2c094", "name": "Returned if campaign is already in DEREGISTERED or REGISTERED_PENDING_DEREGISTRATION stage.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/deregister", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "deregister" ], "variable": [ { "key": "campaignId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-66cb5d70-f62d-44a6-8b44-a3aaace2c094" }, { "id": "d36d864e-14b1-4b3c-b948-f98b2bd6600e", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/deregister", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "deregister" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d36d864e-14b1-4b3c-b948-f98b2bd6600e" }, { "id": "795fd3ac-d9a5-406c-aa1d-fe914742b5a1", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/deregister", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "deregister" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-795fd3ac-d9a5-406c-aa1d-fe914742b5a1" }, { "id": "c72f09bb-bdfb-4311-8a4a-01127b8757d0", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/deregister", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "deregister" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c72f09bb-bdfb-4311-8a4a-01127b8757d0" }, { "id": "6876c825-d133-4fc8-86d3-3f8898f53449", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/deregister", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "deregister" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6876c825-d133-4fc8-86d3-3f8898f53449" }, { "id": "c1887554-1b01-4662-b2eb-4292d79f6f78", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/deregister", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "deregister" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c1887554-1b01-4662-b2eb-4292d79f6f78" }, { "id": "c83faf52-94d0-4ddb-a162-8f57e2bf1da6", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/deregister", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "deregister" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c83faf52-94d0-4ddb-a162-8f57e2bf1da6" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8f2d1523-eea5-4c5c-b860-eae142abcd6a" } ], "id": "3b70701a-a078-444c-947b-42a977a5ab16", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3b70701a-a078-444c-947b-42a977a5ab16" }, { "name": "update-registration", "item": [ { "name": "Update Registered Campaign", "id": "2ce553ba-5fd1-450e-bbba-f8abedd41df9", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/update-registration", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "update-registration" ], "variable": [ { "id": "4b16ba9f-f9b5-404f-84ee-3298d2955de3", "key": "campaignId", "value": "", "description": "(Required) The ID of the desired campaign." } ] }, "description": "Updates a campaign that has already been registered. If the campaign registration has not been completed, attempting to update via this api will result in a 400 Bad Request. Numbers which require OSR to be updated in advance could be identified by using Numbers API's \"List owned number\" GET endpoint." }, "response": [ { "id": "58100798-15dd-4db8-b20b-83775f623829", "name": "Accepted", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/update-registration", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "update-registration" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-58100798-15dd-4db8-b20b-83775f623829" }, { "id": "e6e064d0-d197-4cef-9ccd-bafe289979c7", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/update-registration", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "update-registration" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e6e064d0-d197-4cef-9ccd-bafe289979c7" }, { "id": "66fadd32-2a49-4118-9705-1335480b7b05", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/update-registration", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "update-registration" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-66fadd32-2a49-4118-9705-1335480b7b05" }, { "id": "679f47d5-b7f3-4939-af26-49099e26b356", "name": "Forbidden", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/update-registration", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "update-registration" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-679f47d5-b7f3-4939-af26-49099e26b356" }, { "id": "bb22ad4e-0112-4cb0-857c-bf1b66d1b7f7", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/update-registration", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "update-registration" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-bb22ad4e-0112-4cb0-857c-bf1b66d1b7f7" }, { "id": "21b7623d-50df-4cbf-88c4-a0919c4b57be", "name": "Too Many Requests", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/update-registration", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "update-registration" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-21b7623d-50df-4cbf-88c4-a0919c4b57be" }, { "id": "6e97efd9-e72f-4f1c-8078-0dab47533cfd", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/update-registration", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "update-registration" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6e97efd9-e72f-4f1c-8078-0dab47533cfd" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2ce553ba-5fd1-450e-bbba-f8abedd41df9" } ], "id": "584e4794-64b5-4cfa-9880-fdcff6a96d3d", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-584e4794-64b5-4cfa-9880-fdcff6a96d3d" }, { "name": "add-numbers", "item": [ { "name": "Add Numbers to Registered Campaign", "id": "3aa60c88-7be1-4011-838d-db1e1429a8be", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/add-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "add-numbers" ], "variable": [ { "id": "3fe4174d-0d4c-403a-b273-54563be31285", "key": "campaignId", "value": "", "description": "(Required) The ID of the desired campaign." } ] }, "description": "Adds numbers to campaign that has already been registered. If the campaign registration has not been completed or numbers size exceeds the limit, attempting to update via this api will result in a 400 Bad Request. Numbers which require OSR to be updated in advance could be identified by using Numbers API's \"List owned number\" GET endpoint." }, "response": [ { "id": "ebecbdc3-185b-4120-8be8-a8931091af26", "name": "Accepted", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/add-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "add-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ebecbdc3-185b-4120-8be8-a8931091af26" }, { "id": "170df56b-b137-4543-beba-2e14e192c3dc", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/add-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "add-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-170df56b-b137-4543-beba-2e14e192c3dc" }, { "id": "0fd46ee6-64e9-45be-8d3e-65defc75d1ac", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/add-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "add-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0fd46ee6-64e9-45be-8d3e-65defc75d1ac" }, { "id": "ea3774e2-76b8-4f93-bf72-06337faea68c", "name": "Forbidden", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/add-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "add-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ea3774e2-76b8-4f93-bf72-06337faea68c" }, { "id": "07876d1c-6594-4988-9368-8a91f3546829", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/add-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "add-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-07876d1c-6594-4988-9368-8a91f3546829" }, { "id": "4aa327c4-40ac-49b4-80b8-81714b9ceb18", "name": "Too Many Requests", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/add-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "add-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"TOO_MANY_REQUESTS\",\n \"text\": \"Too many requests\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4aa327c4-40ac-49b4-80b8-81714b9ceb18" }, { "id": "a2919f77-4c77-4fab-bcba-f952fd684ce2", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/add-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "add-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a2919f77-4c77-4fab-bcba-f952fd684ce2" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3aa60c88-7be1-4011-838d-db1e1429a8be" } ], "id": "477f621d-d16c-426d-8d7a-a19dcefd92d4", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-477f621d-d16c-426d-8d7a-a19dcefd92d4" }, { "name": "remove-numbers", "item": [ { "name": "Remove Numbers from Registered Campaign", "id": "90c1f5a3-3089-4686-b192-0f2663cd8275", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/remove-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "remove-numbers" ], "variable": [ { "id": "0b17a6b3-a48c-4795-ac0c-ceed99ff8111", "key": "campaignId", "value": "", "description": "(Required) The ID of the desired campaign." } ] }, "description": "Removes numbers from campaign that has already been registered. If the campaign registration has not been completed or numbers size exceeds the limit, attempting to update via this api will result in a 400 Bad Request." }, "response": [ { "id": "413849ac-2f94-49e4-8669-53b66991e6ee", "name": "Accepted", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/remove-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "remove-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-413849ac-2f94-49e4-8669-53b66991e6ee" }, { "id": "2a254e9f-b040-4dbd-8fda-c3ec9ec043fc", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/remove-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "remove-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2a254e9f-b040-4dbd-8fda-c3ec9ec043fc" }, { "id": "f5e2016c-d617-4bbe-b6f8-d5e66e95fa73", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/remove-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "remove-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f5e2016c-d617-4bbe-b6f8-d5e66e95fa73" }, { "id": "e56355a9-3a44-4f1c-b9c6-101c8bd7bb9e", "name": "Forbidden", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/remove-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "remove-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e56355a9-3a44-4f1c-b9c6-101c8bd7bb9e" }, { "id": "cdb58ae1-0dd4-4427-85e3-2295698df7a1", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/remove-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "remove-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cdb58ae1-0dd4-4427-85e3-2295698df7a1" }, { "id": "ab415c02-1049-495c-b8a0-7e9dc833d6c2", "name": "Too Many Requests", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/remove-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "remove-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"TOO_MANY_REQUESTS\",\n \"text\": \"Too many requests\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ab415c02-1049-495c-b8a0-7e9dc833d6c2" }, { "id": "b009f420-0698-45b6-9c10-453cea450853", "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 \"numberKeys\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ],\n \"numbers\": [\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/remove-numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "remove-numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b009f420-0698-45b6-9c10-453cea450853" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-90c1f5a3-3089-4686-b192-0f2663cd8275" } ], "id": "716be4a6-5d0f-4865-8133-ad4f88ddcc0e", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-716be4a6-5d0f-4865-8133-ad4f88ddcc0e" }, { "name": "numbers", "item": [ { "name": "Get Campaign numbers", "id": "ea56b642-6294-4a04-aa59-08bb6515ef8a", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "numbers" ], "variable": [ { "id": "c73996f9-72d9-48ea-98e6-7d256af5b37e", "key": "campaignId", "value": "", "description": "(Required) The ID of the campaign for which the numbers should be fetched." } ] }, "description": "Retrieves all the numbers associated with a campaign, regardless of the stage, by its ID." }, "response": [ { "id": "647b76ee-073b-45ae-8a69-5ddfcccd00c7", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"numberPreviews\": [\n {\n \"numberKey\": \"\",\n \"number\": \"\",\n \"countryCode\": \"\"\n },\n {\n \"numberKey\": \"\",\n \"number\": \"\",\n \"countryCode\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-647b76ee-073b-45ae-8a69-5ddfcccd00c7" }, { "id": "de7c08c6-3c17-4dd3-9689-4dbe32f99a5b", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-de7c08c6-3c17-4dd3-9689-4dbe32f99a5b" }, { "id": "4b68abe4-0d42-4bec-9758-4a431781d43f", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "numbers" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4b68abe4-0d42-4bec-9758-4a431781d43f" }, { "id": "c5c91050-04ce-4bd8-afe8-9541611a1b1f", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c5c91050-04ce-4bd8-afe8-9541611a1b1f" }, { "id": "74f1a387-f366-4ecd-8627-469347c6ba88", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-74f1a387-f366-4ecd-8627-469347c6ba88" }, { "id": "7c1c6cef-48e5-46b8-8258-2e32093cd118", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7c1c6cef-48e5-46b8-8258-2e32093cd118" }, { "id": "1e644488-0821-4686-b12e-6f9773a62137", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/numbers", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "numbers" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1e644488-0821-4686-b12e-6f9773a62137" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ea56b642-6294-4a04-aa59-08bb6515ef8a" } ], "id": "c4e3c170-558c-4f22-9a62-764657ccc733", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c4e3c170-558c-4f22-9a62-764657ccc733" }, { "name": "appeal", "item": [ { "name": "Appeal Campaign", "id": "767db515-827d-4c23-8f4f-705e98ca9bb8", "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 \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "appeal" ], "variable": [ { "id": "90232470-d009-4e37-90c2-93d215d168b8", "key": "campaignId", "value": "", "description": "(Required) The ID of the desired campaign." } ] }, "description": "Appeals a rejected 10DLC campaign within the Infobip platform. Campaigns are eligible for appeal if they were rejected within the past 3 months and can be appealed up to five times." }, "response": [ { "id": "73b5d058-8865-4adf-ae16-7295603302f1", "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "appeal" ], "variable": [ { "key": "campaignId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-73b5d058-8865-4adf-ae16-7295603302f1" }, { "id": "a272e1fc-1bbb-4c4c-b800-33ec04385388", "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 \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "appeal" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a272e1fc-1bbb-4c4c-b800-33ec04385388" }, { "id": "8089da1e-e16d-488a-b68a-9194e64498a1", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "appeal" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8089da1e-e16d-488a-b68a-9194e64498a1" }, { "id": "23b3d9a6-f678-4830-b5e8-cf16b502e7be", "name": "Forbidden", "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 \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "appeal" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-23b3d9a6-f678-4830-b5e8-cf16b502e7be" }, { "id": "6dbe39b7-5f01-4f4a-a236-09b777b86970", "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 \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "appeal" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6dbe39b7-5f01-4f4a-a236-09b777b86970" }, { "id": "37863c78-97d8-407f-ae41-6d5bbe49ffea", "name": "Too Many Requests", "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 \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "appeal" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-37863c78-97d8-407f-ae41-6d5bbe49ffea" }, { "id": "3a7b0e01-541f-4cac-9643-ec8b2d63dc61", "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 \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/appeal", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "appeal" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3a7b0e01-541f-4cac-9643-ec8b2d63dc61" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-767db515-827d-4c23-8f4f-705e98ca9bb8" } ], "id": "54e95d73-e1db-4ac9-a3af-878e579fc0fc", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-54e95d73-e1db-4ac9-a3af-878e579fc0fc" }, { "name": "number-pool", "item": [ { "name": "attach", "item": [ { "name": "Attach Number Pool to Campaign", "id": "cf56a793-610f-463d-a895-436580fbcf54", "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 \"numberPoolId\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/attach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "attach" ], "variable": [ { "id": "a6e1bacd-528f-4d0b-bcd2-f54cbf11ea86", "key": "campaignId", "value": "", "description": "(Required) The ID of the desired campaign." } ] }, "description": "Associates an existing number pool with a campaign. Number pooling is required when a campaign utilizes more than 49 numbers. This is common in high-throughput environments such as call centers. Attaching a number pool ensures proper provisioning and compliance with carrier requirements." }, "response": [ { "id": "95029447-bd57-4cd7-a7dd-a22532ad40ad", "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"numberPoolId\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/attach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "attach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-95029447-bd57-4cd7-a7dd-a22532ad40ad" }, { "id": "1f1a006e-253e-4ecd-9f28-ae4b4082a03e", "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 \"numberPoolId\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/attach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "attach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1f1a006e-253e-4ecd-9f28-ae4b4082a03e" }, { "id": "0664a0f8-efa1-488b-91e5-4d266dcfc352", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"numberPoolId\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/attach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "attach" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0664a0f8-efa1-488b-91e5-4d266dcfc352" }, { "id": "f2dc6b41-d7ce-4bbc-a913-db8048831506", "name": "Forbidden", "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 \"numberPoolId\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/attach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "attach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f2dc6b41-d7ce-4bbc-a913-db8048831506" }, { "id": "19a31943-af5a-403d-b596-9b86adb78da0", "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 \"numberPoolId\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/attach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "attach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-19a31943-af5a-403d-b596-9b86adb78da0" }, { "id": "c0b3dbdb-75f6-4eab-962c-bcd06f1091a7", "name": "Too Many Requests", "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 \"numberPoolId\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/attach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "attach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c0b3dbdb-75f6-4eab-962c-bcd06f1091a7" }, { "id": "a7df611e-8e6a-48ac-88a2-4046de529a29", "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 \"numberPoolId\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/attach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "attach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a7df611e-8e6a-48ac-88a2-4046de529a29" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cf56a793-610f-463d-a895-436580fbcf54" } ], "id": "35a880d4-d6ed-4fd2-b9d8-a5f1ca43e11c", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-35a880d4-d6ed-4fd2-b9d8-a5f1ca43e11c" }, { "name": "detach", "item": [ { "name": "Detach Number Pool from Campaign", "id": "fbdf8c25-f3f9-4244-9bef-83f046d6c033", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/detach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "detach" ], "variable": [ { "id": "7ce65868-481b-47fa-814b-ccdce0eafced", "key": "campaignId", "value": "", "description": "(Required) The ID of the desired campaign." } ] }, "description": "Detaches an existing number pool from the specified campaign. This operation is subject to validation: the campaign must have fewer than 50 assigned numbers at the time of detachment." }, "response": [ { "id": "7820bb5b-fbff-49dd-a5f4-ba7f3746ace8", "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/detach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "detach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7820bb5b-fbff-49dd-a5f4-ba7f3746ace8" }, { "id": "ef8d3416-be74-4f51-9ea7-6a2657d888ef", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/detach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "detach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ef8d3416-be74-4f51-9ea7-6a2657d888ef" }, { "id": "8b7fd94b-d95b-4c81-828c-51673d6ce81f", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/detach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "detach" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8b7fd94b-d95b-4c81-828c-51673d6ce81f" }, { "id": "f13ad589-1c72-41c7-9a10-110375266135", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/detach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "detach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f13ad589-1c72-41c7-9a10-110375266135" }, { "id": "ac7b4d9e-45e7-4bfb-8ae7-8b03bb017c13", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/detach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "detach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ac7b4d9e-45e7-4bfb-8ae7-8b03bb017c13" }, { "id": "76eff41d-e98b-4183-b18a-8c4765a91ea7", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/detach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "detach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-76eff41d-e98b-4183-b18a-8c4765a91ea7" }, { "id": "a4717970-0283-48e6-9b91-852aa1420308", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId/number-pool/detach", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId", "number-pool", "detach" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a4717970-0283-48e6-9b91-852aa1420308" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fbdf8c25-f3f9-4244-9bef-83f046d6c033" } ], "id": "fba360c9-5fe6-44ed-939d-4d94d9e48f5c", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fba360c9-5fe6-44ed-939d-4d94d9e48f5c" } ], "id": "e3d1fc64-2495-480f-94c5-2b951bc1bbc0", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e3d1fc64-2495-480f-94c5-2b951bc1bbc0" }, { "name": "Get Campaign", "id": "538dcc05-32cf-4f41-a200-7b4898537578", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "id": "f9b10a66-441c-4647-822d-c56cd0dc2f89", "key": "campaignId", "value": "", "description": "(Required) The ID of the desired campaign." } ] }, "description": "Retrieves a previously created campaign by its ID." }, "response": [ { "id": "502c37e4-7c29-4617-9d7a-f6812bc14ece", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-502c37e4-7c29-4617-9d7a-f6812bc14ece" }, { "id": "8b24ad01-a823-4d7f-bbd0-427ad0e341f5", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8b24ad01-a823-4d7f-bbd0-427ad0e341f5" }, { "id": "3cb97304-215e-4316-8b2a-23a37b162e0b", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3cb97304-215e-4316-8b2a-23a37b162e0b" }, { "id": "7fce5691-c591-4ea0-800b-2bfde2f957e4", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7fce5691-c591-4ea0-800b-2bfde2f957e4" }, { "id": "d4478c8f-9f35-48f4-a8dc-d645a4a80a03", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d4478c8f-9f35-48f4-a8dc-d645a4a80a03" }, { "id": "aaefbb99-a364-4594-ad7a-bbb9225c4702", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-aaefbb99-a364-4594-ad7a-bbb9225c4702" }, { "id": "edbb9085-23c7-4547-bcf7-cc07b4879f6a", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-edbb9085-23c7-4547-bcf7-cc07b4879f6a" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-538dcc05-32cf-4f41-a200-7b4898537578" }, { "name": "Update Campaign", "id": "befc859f-e0a8-4e54-bbaa-77725fde3778", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "id": "bf418022-4d0a-4d61-900e-7435d7be1cf5", "key": "campaignId", "value": "", "description": "(Required) The ID of the desired campaign." } ] }, "description": "Updates a campaign that has not yet been registered within the Infobip platform or has been rejected by Infobip. This operation is only supported for campaigns that are in DRAFT or REJECTED stage." }, "response": [ { "id": "d0e45b15-ccfd-470b-baa8-7b4ef2064010", "name": "OK", "originalRequest": { "method": "PUT", "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 \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "The URI location of the created resource.", "type": "text/plain" }, "key": "Location", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d0e45b15-ccfd-470b-baa8-7b4ef2064010" }, { "id": "37e60e91-a9a1-4728-86b7-65c0bb539973", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-37e60e91-a9a1-4728-86b7-65c0bb539973" }, { "id": "0d8f5bdd-d1f2-49d5-b567-f460b04e2851", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0d8f5bdd-d1f2-49d5-b567-f460b04e2851" }, { "id": "80192d3e-9b4f-46c8-af40-d7f2eda6fc4d", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-80192d3e-9b4f-46c8-af40-d7f2eda6fc4d" }, { "id": "382b6d76-83ce-426e-8d3d-1e00a4cc74d3", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-382b6d76-83ce-426e-8d3d-1e00a4cc74d3" }, { "id": "9d280f80-1168-4de9-93b6-3ca04db42ee4", "name": "Too Many Requests", "originalRequest": { "method": "PUT", "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 \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9d280f80-1168-4de9-93b6-3ca04db42ee4" }, { "id": "40127183-6719-44f6-beb4-00850acfa89f", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-40127183-6719-44f6-beb4-00850acfa89f" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-befc859f-e0a8-4e54-bbaa-77725fde3778" }, { "name": "Delete Campaign", "id": "ecc77e47-6d76-4065-ad45-f7a467b9e3c3", "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": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "id": "2ff22f85-ce69-427b-bfb3-2993e26323db", "key": "campaignId", "value": "", "description": "(Required) The ID of the campaign to delete." } ] }, "description": "Removes a previously created campaign by its ID.\nThis operation is only supported for campaigns that are in DRAFT, DEREGISTERED or REJECTED stage.\n" }, "response": [ { "id": "eaf2731e-ceed-4dc0-906c-eb69b50b1cfd", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-eaf2731e-ceed-4dc0-906c-eb69b50b1cfd" }, { "id": "8537c623-ee9a-41a3-9c78-19ee2da45691", "name": "Bad Request", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8537c623-ee9a-41a3-9c78-19ee2da45691" }, { "id": "ddaf2f11-d9bd-445b-8671-0f9ed5b227b0", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ddaf2f11-d9bd-445b-8671-0f9ed5b227b0" }, { "id": "1d8f8697-6a2f-4b58-ac00-3a04d3ee7c2e", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1d8f8697-6a2f-4b58-ac00-3a04d3ee7c2e" }, { "id": "c1f57e49-9fb3-4e3e-90dc-39dd3b61743b", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c1f57e49-9fb3-4e3e-90dc-39dd3b61743b" }, { "id": "3b6e80de-be06-42d9-83ea-d759dcd01baf", "name": "Too Many Requests", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3b6e80de-be06-42d9-83ea-d759dcd01baf" }, { "id": "34c9254a-2676-404e-a72e-ad1871102830", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", ":campaignId" ], "variable": [ { "key": "campaignId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-34c9254a-2676-404e-a72e-ad1871102830" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ecc77e47-6d76-4065-ad45-f7a467b9e3c3" } ], "id": "22420b85-4ad9-4e27-8edd-7199c83e9224", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-22420b85-4ad9-4e27-8edd-7199c83e9224" }, { "name": "priorities", "item": [ { "name": "Get Campaign Priorities", "id": "23033359-3bce-486c-8df8-dbb3982bc735", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/priorities", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "priorities" ] }, "description": "Retrieves campaign priority levels for your account(if applicable). Please contact your account manager to learn more about priorities." }, "response": [ { "id": "0649a750-77be-4f9f-bc4c-ada5e9907ffe", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/priorities", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "priorities" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"priorityId\": \"\",\n \"dailySubmitLimit\": \"\",\n \"reviewTime\": {\n \"timeUnit\": \"HOURS\",\n \"amount\": \"\"\n },\n \"priorityType\": \"TFN\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0649a750-77be-4f9f-bc4c-ada5e9907ffe" }, { "id": "91acfb47-29e8-4692-a63e-f0b060205c5e", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/priorities", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "priorities" ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-91acfb47-29e8-4692-a63e-f0b060205c5e" }, { "id": "d307bf88-a9e0-48bf-812b-8d8971a5b5e4", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/priorities", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "priorities" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d307bf88-a9e0-48bf-812b-8d8971a5b5e4" }, { "id": "65940312-8bad-4485-8d36-0a4bd9bc0cf9", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/priorities", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "priorities" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-65940312-8bad-4485-8d36-0a4bd9bc0cf9" }, { "id": "2ac5b7f8-0fcc-458c-836c-9b2ebd6dc2c8", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns/priorities", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns", "priorities" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2ac5b7f8-0fcc-458c-836c-9b2ebd6dc2c8" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-23033359-3bce-486c-8df8-dbb3982bc735" } ], "id": "a8f6c4df-04d4-41e5-bc5e-aea899ede6dc", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a8f6c4df-04d4-41e5-bc5e-aea899ede6dc" }, { "name": "Get Campaigns", "id": "57516b79-40a3-4890-98e8-70177e819403", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns?id=&id=&brandId=&brandId=&type=&type=&nameLike=&referenceId=&referenceId=&applicationId=&entityId=&stage=&stage=&number=&number=&page=&size=&sort=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ], "query": [ { "description": "Filters campaigns to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters campaigns to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters campaigns to those that match the supplied brand ID(s).", "key": "brandId", "value": "" }, { "description": "Filters campaigns to those that match the supplied brand ID(s).", "key": "brandId", "value": "" }, { "description": "Filters campaigns to those that match the supplied campaign type(s).", "key": "type", "value": "" }, { "description": "Filters campaigns to those that match the supplied campaign type(s).", "key": "type", "value": "" }, { "description": "Filters campaigns to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters campaigns to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters campaigns to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters campaigns to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters campaigns to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Filters campaigns to those that match the campaign stage(s).", "key": "stage", "value": "" }, { "description": "Filters campaigns to those that match the campaign stage(s).", "key": "stage", "value": "" }, { "description": "Filters campaigns to those that match the number(s).", "key": "number", "value": "" }, { "description": "Filters campaigns to those that match the number(s).", "key": "number", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] }, "description": "Gets a page of campaigns, using query parameters to filter results." }, "response": [ { "id": "95800b4c-c830-4ed5-819c-d68a450435f7", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns?id=&brandId=&type=&nameLike=&referenceId=&applicationId=&entityId=&stage=&number=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ], "query": [ { "description": "Filters campaigns to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters campaigns to those that match the supplied brand ID(s).", "key": "brandId", "value": "" }, { "description": "Filters campaigns to those that match the supplied campaign type(s).", "key": "type", "value": "" }, { "description": "Filters campaigns to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters campaigns to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters campaigns to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters campaigns to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Filters campaigns to those that match the campaign stage(s).", "key": "stage", "value": "" }, { "description": "Filters campaigns to those that match the number(s).", "key": "number", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"name\": \"diUYR\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"SUSPENDED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n },\n {\n \"name\": \"jf6\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"BLOCKED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_EXTERNALLY_VERIFIED\"\n }\n ],\n \"paging\": {\n \"page\": \"\",\n \"size\": \"\",\n \"totalPages\": \"\",\n \"totalResults\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-95800b4c-c830-4ed5-819c-d68a450435f7" }, { "id": "b0b875d4-8ffb-4dfe-b84e-45f7344005f3", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns?id=&brandId=&type=&nameLike=&referenceId=&applicationId=&entityId=&stage=&number=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ], "query": [ { "description": "Filters campaigns to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters campaigns to those that match the supplied brand ID(s).", "key": "brandId", "value": "" }, { "description": "Filters campaigns to those that match the supplied campaign type(s).", "key": "type", "value": "" }, { "description": "Filters campaigns to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters campaigns to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters campaigns to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters campaigns to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Filters campaigns to those that match the campaign stage(s).", "key": "stage", "value": "" }, { "description": "Filters campaigns to those that match the number(s).", "key": "number", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b0b875d4-8ffb-4dfe-b84e-45f7344005f3" }, { "id": "24aa2ddf-10b7-489d-b311-d2f8373fbd3a", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns?id=&brandId=&type=&nameLike=&referenceId=&applicationId=&entityId=&stage=&number=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ], "query": [ { "description": "Filters campaigns to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters campaigns to those that match the supplied brand ID(s).", "key": "brandId", "value": "" }, { "description": "Filters campaigns to those that match the supplied campaign type(s).", "key": "type", "value": "" }, { "description": "Filters campaigns to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters campaigns to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters campaigns to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters campaigns to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Filters campaigns to those that match the campaign stage(s).", "key": "stage", "value": "" }, { "description": "Filters campaigns to those that match the number(s).", "key": "number", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-24aa2ddf-10b7-489d-b311-d2f8373fbd3a" }, { "id": "1f441c46-e8aa-42e8-969e-d9b1986861d8", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns?id=&brandId=&type=&nameLike=&referenceId=&applicationId=&entityId=&stage=&number=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ], "query": [ { "description": "Filters campaigns to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters campaigns to those that match the supplied brand ID(s).", "key": "brandId", "value": "" }, { "description": "Filters campaigns to those that match the supplied campaign type(s).", "key": "type", "value": "" }, { "description": "Filters campaigns to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters campaigns to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters campaigns to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters campaigns to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Filters campaigns to those that match the campaign stage(s).", "key": "stage", "value": "" }, { "description": "Filters campaigns to those that match the number(s).", "key": "number", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1f441c46-e8aa-42e8-969e-d9b1986861d8" }, { "id": "6ecadf25-9b70-41af-8813-5c726aec18a7", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns?id=&brandId=&type=&nameLike=&referenceId=&applicationId=&entityId=&stage=&number=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ], "query": [ { "description": "Filters campaigns to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters campaigns to those that match the supplied brand ID(s).", "key": "brandId", "value": "" }, { "description": "Filters campaigns to those that match the supplied campaign type(s).", "key": "type", "value": "" }, { "description": "Filters campaigns to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters campaigns to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters campaigns to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters campaigns to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Filters campaigns to those that match the campaign stage(s).", "key": "stage", "value": "" }, { "description": "Filters campaigns to those that match the number(s).", "key": "number", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6ecadf25-9b70-41af-8813-5c726aec18a7" }, { "id": "fb0fb222-33f8-4b15-bc0b-2b2888e16e6f", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns?id=&brandId=&type=&nameLike=&referenceId=&applicationId=&entityId=&stage=&number=&page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ], "query": [ { "description": "Filters campaigns to those that match the supplied ID(s).", "key": "id", "value": "" }, { "description": "Filters campaigns to those that match the supplied brand ID(s).", "key": "brandId", "value": "" }, { "description": "Filters campaigns to those that match the supplied campaign type(s).", "key": "type", "value": "" }, { "description": "Filters campaigns to those whose names contain the supplied name.", "key": "nameLike", "value": "" }, { "description": "Filters campaigns to those that match the supplied referenceId(s).", "key": "referenceId", "value": "" }, { "description": "Filters campaigns to those whose application ID contains the supplied value.", "key": "applicationId", "value": "" }, { "description": "Filters campaigns to those whose entity ID contains the supplied value.", "key": "entityId", "value": "" }, { "description": "Filters campaigns to those that match the campaign stage(s).", "key": "stage", "value": "" }, { "description": "Filters campaigns to those that match the number(s).", "key": "number", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 20. The maximum value is 2000.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Sortable Properties: 'id', 'name', 'type', 'createdDate', 'lastModifiedDate'.", "key": "sort", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fb0fb222-33f8-4b15-bc0b-2b2888e16e6f" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-57516b79-40a3-4890-98e8-70177e819403" }, { "name": "Create Campaign", "id": "c74c039a-acbc-4042-990b-5ea571325c9e", "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 \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ] }, "description": "Creates a campaign within the Infobip platform. This operation does not register the campaign with any networks. Registration can be done using created campaign's ID with the 'Register Campaign' endpoint." }, "response": [ { "id": "34f7abd7-e883-4228-a43b-33f7b70f6ff4", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "The URI location of the created resource.", "type": "text/plain" }, "key": "Location", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-34f7abd7-e883-4228-a43b-33f7b70f6ff4" }, { "id": "7fdc57b6-4ae6-4fd1-bab9-a1281f619a2d", "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 \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7fdc57b6-4ae6-4fd1-bab9-a1281f619a2d" }, { "id": "308a33b1-ae57-4bd4-800a-3efba5af2ad8", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-308a33b1-ae57-4bd4-800a-3efba5af2ad8" }, { "id": "d96e1380-4530-4fdb-aff9-74c263e05f65", "name": "Forbidden", "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 \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d96e1380-4530-4fdb-aff9-74c263e05f65" }, { "id": "89279f94-7fb9-4ce7-8fed-efab9d845577", "name": "Too Many Requests", "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 \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-89279f94-7fb9-4ce7-8fed-efab9d845577" }, { "id": "47f74ed0-17c0-42c0-8314-4477d0f670db", "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 \"name\": \"R7iehAp\",\n \"id\": \"\",\n \"referenceId\": \"\",\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"createdDate\": \"\",\n \"lastModifiedDate\": \"\",\n \"stage\": \"APPEALED\",\n \"priority\": {\n \"priorityId\": \"\",\n \"submittedDate\": \"\"\n },\n \"campaignFeedback\": {\n \"rejectionReasons\": [\n \"\",\n \"\"\n ],\n \"rejectionDetails\": [\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n },\n {\n \"errorCode\": \"\",\n \"description\": \"\",\n \"recommendedAction\": \"\"\n }\n ],\n \"rejectionDate\": \"\"\n },\n \"type\": \"TOLL_FREE_NUMBER\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaigns" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-47f74ed0-17c0-42c0-8314-4477d0f670db" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c74c039a-acbc-4042-990b-5ea571325c9e" } ], "id": "db479590-a397-4e47-a6b8-ce872ece5636", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-db479590-a397-4e47-a6b8-ce872ece5636" }, { "name": "number-pools", "item": [ { "name": "Get Owned Number Pools", "id": "853fc605-4c43-472f-881c-222603e339f3", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/number-pools?availability=IN_USE®istrarRecordId=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "number-pools" ], "query": [ { "description": "Filters number pools to those that match the supplied availability.", "key": "availability", "value": "IN_USE" }, { "description": "Filters number pools to those that match the supplied referenceId.", "key": "registrarRecordId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 10. The maximum value is 1000.", "key": "size", "value": "" } ] }, "description": "Returns a paginated list of number pools owned by the authenticated account." }, "response": [ { "id": "41a20f59-c219-4f69-865a-b6c92fa74d6a", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/number-pools?availability=IN_USE®istrarRecordId=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "number-pools" ], "query": [ { "description": "Filters number pools to those that match the supplied availability.", "key": "availability", "value": "IN_USE" }, { "description": "Filters number pools to those that match the supplied referenceId.", "key": "registrarRecordId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 10. The maximum value is 1000.", "key": "size", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"numberPoolId\": \"\",\n \"campaignId\": \"\",\n \"campaignName\": \"\"\n },\n {\n \"numberPoolId\": \"\",\n \"campaignId\": \"\",\n \"campaignName\": \"\"\n }\n ],\n \"paging\": {\n \"page\": \"\",\n \"size\": \"\",\n \"totalPages\": \"\",\n \"totalResults\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-41a20f59-c219-4f69-865a-b6c92fa74d6a" }, { "id": "2d6ca684-0d5d-4175-8660-b6791d848333", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/number-pools?availability=IN_USE®istrarRecordId=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "number-pools" ], "query": [ { "description": "Filters number pools to those that match the supplied availability.", "key": "availability", "value": "IN_USE" }, { "description": "Filters number pools to those that match the supplied referenceId.", "key": "registrarRecordId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 10. The maximum value is 1000.", "key": "size", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2d6ca684-0d5d-4175-8660-b6791d848333" }, { "id": "8c9e43a9-aa91-444b-9bfb-b9f700df27d4", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/number-pools?availability=IN_USE®istrarRecordId=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "number-pools" ], "query": [ { "description": "Filters number pools to those that match the supplied availability.", "key": "availability", "value": "IN_USE" }, { "description": "Filters number pools to those that match the supplied referenceId.", "key": "registrarRecordId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 10. The maximum value is 1000.", "key": "size", "value": "" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8c9e43a9-aa91-444b-9bfb-b9f700df27d4" }, { "id": "279eb884-e82d-42d8-b29c-1e109a93e398", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/number-pools?availability=IN_USE®istrarRecordId=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "number-pools" ], "query": [ { "description": "Filters number pools to those that match the supplied availability.", "key": "availability", "value": "IN_USE" }, { "description": "Filters number pools to those that match the supplied referenceId.", "key": "registrarRecordId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 10. The maximum value is 1000.", "key": "size", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-279eb884-e82d-42d8-b29c-1e109a93e398" }, { "id": "06b904bb-aff8-4bd1-87da-8979adaf2f36", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/number-pools?availability=IN_USE®istrarRecordId=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "number-pools" ], "query": [ { "description": "Filters number pools to those that match the supplied availability.", "key": "availability", "value": "IN_USE" }, { "description": "Filters number pools to those that match the supplied referenceId.", "key": "registrarRecordId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 10. The maximum value is 1000.", "key": "size", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-06b904bb-aff8-4bd1-87da-8979adaf2f36" }, { "id": "b8d09149-ee7f-417d-a6b0-71d7ea9332d9", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/number-pools?availability=IN_USE®istrarRecordId=&page=&size=", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "number-pools" ], "query": [ { "description": "Filters number pools to those that match the supplied availability.", "key": "availability", "value": "IN_USE" }, { "description": "Filters number pools to those that match the supplied referenceId.", "key": "registrarRecordId", "value": "" }, { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (0..2000). The default value is 10. The maximum value is 1000.", "key": "size", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b8d09149-ee7f-417d-a6b0-71d7ea9332d9" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-853fc605-4c43-472f-881c-222603e339f3" } ], "id": "a184e832-4cc2-41ea-80e2-5625d8639e47", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a184e832-4cc2-41ea-80e2-5625d8639e47" }, { "name": "documents", "item": [ { "name": "{documentId}", "item": [ { "name": "Download Document", "id": "370b9993-1035-4f9f-88f1-b0d88282f6bb", "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": [ { "key": "Accept", "value": "application/octet-stream" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/documents/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents", ":documentId" ], "variable": [ { "id": "92511f2c-a437-4420-96a9-ccebf08c7f04", "key": "documentId", "value": "", "description": "(Required) Unique identifier for the document." } ] }, "description": "Downloads a document file by its unique identifier. Access to the document is restricted based on account ownership." }, "response": [ { "id": "954b6e4e-71f8-4b2c-b502-ba5d4345db1a", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/octet-stream" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/documents/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/octet-stream" }, { "disabled": false, "description": { "content": "File name.", "type": "text/plain" }, "key": "Content-Disposition", "value": "" }, { "disabled": false, "description": { "content": "File size.", "type": "text/plain" }, "key": "Content-Length", "value": "" }, { "disabled": false, "description": { "content": "File type.", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-954b6e4e-71f8-4b2c-b502-ba5d4345db1a" }, { "id": "305d64e1-714c-4579-af20-b16a74774b10", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/documents/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-305d64e1-714c-4579-af20-b16a74774b10" }, { "id": "701dc631-be75-4870-9293-dcf7c088d2df", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/documents/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-701dc631-be75-4870-9293-dcf7c088d2df" }, { "id": "e1e40b87-7108-4c60-bd38-fe124eeb3e03", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "*/*" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/documents/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Response example\": {\n \"summary\": \"Response example\",\n \"value\": {\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"NOT_FOUND\",\n \"text\": \"Not found\"\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e1e40b87-7108-4c60-bd38-fe124eeb3e03" }, { "id": "f894a165-8a0d-4ecf-94ff-5b1ef9e9e48c", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/documents/:documentId", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents", ":documentId" ], "variable": [ { "key": "documentId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-f894a165-8a0d-4ecf-94ff-5b1ef9e9e48c" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-370b9993-1035-4f9f-88f1-b0d88282f6bb" } ], "id": "58897033-6ba6-4455-b02b-55be374b6db3", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-58897033-6ba6-4455-b02b-55be374b6db3" }, { "name": "Upload Document", "id": "fe74e312-be74-432c-b901-fcc843ef66d8", "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": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The document file to be uploaded.", "key": "document", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/number-registration/1/documents", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents" ] }, "description": "Uploads a document file to the system and returns the document metadata. The uploaded document can be used for 10DLC campaign registration purposes. Documents not attached to a campaign within 7 days will be automatically deleted. Supported file types: .bmp, .dib, .docx, .gif, .htm, .html, .jpeg, .jpg, .m2a, .m4a, .m4b, .m4p, .m4r, .m4v, .mp1, .mp2, .mp3, .mp4, .mpa, .oga, .ogg, .ogm, .ogv, .ogx, .odt, .pdf, .png, .raw, .rtf, .spx, .tif, .tiff, .txt, .wav, .webm, .xml, Maximum file size: 10MB." }, "response": [ { "id": "77adc47e-b89b-424b-b0c1-b4536f75c2a0", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The document file to be uploaded.", "key": "document", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/number-registration/1/documents", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"documentId\": \"\",\n \"documentName\": \"\",\n \"contentType\": \"\",\n \"contentLength\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-77adc47e-b89b-424b-b0c1-b4536f75c2a0" }, { "id": "fd23eda7-4e0e-4060-b1d3-c5dbadec6682", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The document file to be uploaded.", "key": "document", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/number-registration/1/documents", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fd23eda7-4e0e-4060-b1d3-c5dbadec6682" }, { "id": "15ab06a7-0d7a-4fff-b529-625a469c8389", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The document file to be uploaded.", "key": "document", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/number-registration/1/documents", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents" ] } }, "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 \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-15ab06a7-0d7a-4fff-b529-625a469c8389" }, { "id": "175a1a1a-4114-4e21-8ee9-dc5d21bb17b6", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The document file to be uploaded.", "key": "document", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/number-registration/1/documents", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-175a1a1a-4114-4e21-8ee9-dc5d21bb17b6" }, { "id": "72983d64-3826-4029-83a1-a162d8fa976e", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The document file to be uploaded.", "key": "document", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/number-registration/1/documents", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "documents" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"veniam86c\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-72983d64-3826-4029-83a1-a162d8fa976e" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-fe74e312-be74-432c-b901-fcc843ef66d8" } ], "id": "8d06d1f3-5c1d-4e81-9cfb-038d52c3eaca", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8d06d1f3-5c1d-4e81-9cfb-038d52c3eaca" }, { "name": "automatic-review", "item": [ { "name": "campaigns", "item": [ { "name": "{campaignUuid}", "item": [ { "name": "Submit Existing Campaign for AI Review", "id": "2c2ebc83-ee00-4099-88fb-582fc41e6eb7", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/campaigns/:campaignUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", "campaigns", ":campaignUuid" ], "variable": [ { "id": "bf9142f1-a746-4df7-bb80-91714fd370ec", "key": "campaignUuid", "value": "", "description": "(Required) The UUID assigned to the campaign when it was created or imported into the infobip platform. This identifier is returned during campaign creation." } ] }, "description": "Submits an existing campaign for automatic AI compliance review. Returns a request UUID that can be used to fetch the review results. Contact your account manager to learn more." }, "response": [ { "id": "a67e51a8-3fb1-4e63-b7ff-86a787190acd", "name": "Accepted", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/campaigns/:campaignUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", "campaigns", ":campaignUuid" ], "variable": [ { "key": "campaignUuid" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestUuid\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a67e51a8-3fb1-4e63-b7ff-86a787190acd" }, { "id": "cb4ec248-d598-43da-8bde-5f359478e7b5", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/campaigns/:campaignUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", "campaigns", ":campaignUuid" ], "variable": [ { "key": "campaignUuid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-cb4ec248-d598-43da-8bde-5f359478e7b5" }, { "id": "b4030c93-aed6-4d7a-a2a2-23cf0a795afb", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/campaigns/:campaignUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", "campaigns", ":campaignUuid" ], "variable": [ { "key": "campaignUuid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b4030c93-aed6-4d7a-a2a2-23cf0a795afb" }, { "id": "997e7973-7c49-4384-81df-920b06a22e5d", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/campaigns/:campaignUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", "campaigns", ":campaignUuid" ], "variable": [ { "key": "campaignUuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-997e7973-7c49-4384-81df-920b06a22e5d" }, { "id": "9cd4d743-01b5-494a-8fac-fb58fa593f38", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/campaigns/:campaignUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", "campaigns", ":campaignUuid" ], "variable": [ { "key": "campaignUuid" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9cd4d743-01b5-494a-8fac-fb58fa593f38" }, { "id": "2bc35747-f844-4240-8551-2fd4e0b0b725", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/campaigns/:campaignUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", "campaigns", ":campaignUuid" ], "variable": [ { "key": "campaignUuid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2bc35747-f844-4240-8551-2fd4e0b0b725" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2c2ebc83-ee00-4099-88fb-582fc41e6eb7" } ], "id": "a77a2a61-a8b5-4c68-b61b-0b0049e3cd53", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-a77a2a61-a8b5-4c68-b61b-0b0049e3cd53" } ], "id": "95f72be6-1160-45be-af0c-cdfcbb5a59b5", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-95f72be6-1160-45be-af0c-cdfcbb5a59b5" }, { "name": "{requestUuid}", "item": [ { "name": "Get AI Review Results", "id": "8f9cbba3-cb26-41d5-8eae-2384af023d8c", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", ":requestUuid" ], "variable": [ { "id": "86c71a3c-3d46-4e8c-8b4e-8ec1eff61f59", "key": "requestUuid", "value": "", "description": "(Required) The UUID of the AI review request." } ] }, "description": "Retrieves the results of a campaign AI compliance review by its request UUID. Contact your account manager to learn more." }, "response": [ { "id": "41de55bd-eaf0-43ea-845e-f49d8f2d77f2", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"reviewStatus\": \"COMPLIANT\",\n \"campaignErrors\": [\n {\n \"code\": \"\",\n \"justification\": \"\",\n \"description\": \"\",\n \"recommendation\": \"\"\n },\n {\n \"code\": \"\",\n \"justification\": \"\",\n \"description\": \"\",\n \"recommendation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-41de55bd-eaf0-43ea-845e-f49d8f2d77f2" }, { "id": "e3410d41-382a-41a1-861f-4a922cdf7a4a", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e3410d41-382a-41a1-861f-4a922cdf7a4a" }, { "id": "2aa3ee93-0dbb-43d9-af93-9dbd6e11395b", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-2aa3ee93-0dbb-43d9-af93-9dbd6e11395b" }, { "id": "ce95db8b-1eb3-4a5d-af56-60cfd2fb9373", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ce95db8b-1eb3-4a5d-af56-60cfd2fb9373" }, { "id": "ab8ab979-1f56-45af-9ef3-0ed54acdd8d3", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ab8ab979-1f56-45af-9ef3-0ed54acdd8d3" }, { "id": "08245e52-b884-4352-9383-ed3a24aaf487", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-08245e52-b884-4352-9383-ed3a24aaf487" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-8f9cbba3-cb26-41d5-8eae-2384af023d8c" } ], "id": "b3ffac19-afff-4d45-ba4d-39eb95b411b5", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b3ffac19-afff-4d45-ba4d-39eb95b411b5" }, { "name": "Submit Campaign Info for AI Review", "id": "d8334019-d3a0-4cea-93e4-783943b7f9e3", "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 \"ageGated\": \"\",\n \"ctaWebsite\": \"\",\n \"ctas\": [\n \"\",\n \"\"\n ],\n \"directLending\": \"\",\n \"helpMessage\": \"\",\n \"messageFlow\": \"\",\n \"optInMessage\": \"\",\n \"optOutMessage\": \"\",\n \"useCases\": [\n \"CHAT\",\n \"SWEEPSTAKE\"\n ],\n \"brandName\": true,\n \"brandSupportEmail\": 34316737.84444219,\n \"brandWebsite\": false,\n \"customerCareEmail\": 76336682,\n \"messageExamples\": 91484422.58086425,\n \"programDescription\": 77636156,\n \"reviewType\": -38712758\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review" ] }, "description": "Submits new campaign information for automatic AI compliance review. Returns a request UUID that can be used to fetch the review results. Contact your account manager to learn more." }, "response": [ { "id": "ed436b6c-3323-4d59-8f0e-7533db59f8fa", "name": "Accepted", "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 \"ageGated\": \"\",\n \"ctaWebsite\": \"\",\n \"ctas\": [\n \"\",\n \"\"\n ],\n \"directLending\": \"\",\n \"helpMessage\": \"\",\n \"messageFlow\": \"\",\n \"optInMessage\": \"\",\n \"optOutMessage\": \"\",\n \"useCases\": [\n \"CHAT\",\n \"SWEEPSTAKE\"\n ],\n \"brandName\": true,\n \"brandSupportEmail\": 34316737.84444219,\n \"brandWebsite\": false,\n \"customerCareEmail\": 76336682,\n \"messageExamples\": 91484422.58086425,\n \"programDescription\": 77636156,\n \"reviewType\": -38712758\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestUuid\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ed436b6c-3323-4d59-8f0e-7533db59f8fa" }, { "id": "0540cf3c-e7b6-4ad0-b7e9-773dd1d789ca", "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 \"ageGated\": \"\",\n \"ctaWebsite\": \"\",\n \"ctas\": [\n \"\",\n \"\"\n ],\n \"directLending\": \"\",\n \"helpMessage\": \"\",\n \"messageFlow\": \"\",\n \"optInMessage\": \"\",\n \"optOutMessage\": \"\",\n \"useCases\": [\n \"CHAT\",\n \"SWEEPSTAKE\"\n ],\n \"brandName\": true,\n \"brandSupportEmail\": 34316737.84444219,\n \"brandWebsite\": false,\n \"customerCareEmail\": 76336682,\n \"messageExamples\": 91484422.58086425,\n \"programDescription\": 77636156,\n \"reviewType\": -38712758\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-0540cf3c-e7b6-4ad0-b7e9-773dd1d789ca" }, { "id": "9e91c170-5ce3-4d66-bd60-5b627a32e4ef", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ageGated\": \"\",\n \"ctaWebsite\": \"\",\n \"ctas\": [\n \"\",\n \"\"\n ],\n \"directLending\": \"\",\n \"helpMessage\": \"\",\n \"messageFlow\": \"\",\n \"optInMessage\": \"\",\n \"optOutMessage\": \"\",\n \"useCases\": [\n \"CHAT\",\n \"SWEEPSTAKE\"\n ],\n \"brandName\": true,\n \"brandSupportEmail\": 34316737.84444219,\n \"brandWebsite\": false,\n \"customerCareEmail\": 76336682,\n \"messageExamples\": 91484422.58086425,\n \"programDescription\": 77636156,\n \"reviewType\": -38712758\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-9e91c170-5ce3-4d66-bd60-5b627a32e4ef" }, { "id": "41b0cbf5-3284-49ed-86e1-ac39441ba4bf", "name": "Forbidden", "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 \"ageGated\": \"\",\n \"ctaWebsite\": \"\",\n \"ctas\": [\n \"\",\n \"\"\n ],\n \"directLending\": \"\",\n \"helpMessage\": \"\",\n \"messageFlow\": \"\",\n \"optInMessage\": \"\",\n \"optOutMessage\": \"\",\n \"useCases\": [\n \"CHAT\",\n \"SWEEPSTAKE\"\n ],\n \"brandName\": true,\n \"brandSupportEmail\": 34316737.84444219,\n \"brandWebsite\": false,\n \"customerCareEmail\": 76336682,\n \"messageExamples\": 91484422.58086425,\n \"programDescription\": 77636156,\n \"reviewType\": -38712758\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-41b0cbf5-3284-49ed-86e1-ac39441ba4bf" }, { "id": "1c95e82c-59db-4bea-9ed3-3e7c610e1e4c", "name": "Too Many Requests", "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 \"ageGated\": \"\",\n \"ctaWebsite\": \"\",\n \"ctas\": [\n \"\",\n \"\"\n ],\n \"directLending\": \"\",\n \"helpMessage\": \"\",\n \"messageFlow\": \"\",\n \"optInMessage\": \"\",\n \"optOutMessage\": \"\",\n \"useCases\": [\n \"CHAT\",\n \"SWEEPSTAKE\"\n ],\n \"brandName\": true,\n \"brandSupportEmail\": 34316737.84444219,\n \"brandWebsite\": false,\n \"customerCareEmail\": 76336682,\n \"messageExamples\": 91484422.58086425,\n \"programDescription\": 77636156,\n \"reviewType\": -38712758\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-1c95e82c-59db-4bea-9ed3-3e7c610e1e4c" }, { "id": "e1a2b73e-6a5d-4eac-82ec-14a0cee41683", "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 \"ageGated\": \"\",\n \"ctaWebsite\": \"\",\n \"ctas\": [\n \"\",\n \"\"\n ],\n \"directLending\": \"\",\n \"helpMessage\": \"\",\n \"messageFlow\": \"\",\n \"optInMessage\": \"\",\n \"optOutMessage\": \"\",\n \"useCases\": [\n \"CHAT\",\n \"SWEEPSTAKE\"\n ],\n \"brandName\": true,\n \"brandSupportEmail\": 34316737.84444219,\n \"brandWebsite\": false,\n \"customerCareEmail\": 76336682,\n \"messageExamples\": 91484422.58086425,\n \"programDescription\": 77636156,\n \"reviewType\": -38712758\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/automatic-review", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "automatic-review" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e1a2b73e-6a5d-4eac-82ec-14a0cee41683" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-d8334019-d3a0-4cea-93e4-783943b7f9e3" } ], "id": "4a19bd06-2143-40db-95f9-4e399606ff38", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4a19bd06-2143-40db-95f9-4e399606ff38" }, { "name": "campaign-builder", "item": [ { "name": "{requestUuid}", "item": [ { "name": "Get Campaign Builder Results", "id": "34d82add-4bc2-4d41-962a-cfb06f095d16", "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": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder", ":requestUuid" ], "variable": [ { "id": "c7e64743-152b-4bd3-9615-12118040a3c1", "key": "requestUuid", "value": "", "description": "(Required) The UUID of the campaign builder request." } ] }, "description": "Retrieves the results of a campaign builder by its request UUID.\nThe result structure varies based on the campaign type used when starting the builder." }, "response": [ { "id": "64dfe560-53d2-4b75-a03a-5261ee806d19", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"PROCESSING\",\n \"result\": {\n \"useCase\": \"ALERTS\",\n \"messageFlow\": {\n \"optInMessage\": \"\",\n \"exampleMessage1\": \"\",\n \"exampleMessage2\": \"\",\n \"helpMessage\": \"\",\n \"optOutMessage\": \"\"\n },\n \"termsConditions\": \"\",\n \"privacyPolicy\": \"\"\n },\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-64dfe560-53d2-4b75-a03a-5261ee806d19" }, { "id": "b7ffdfc7-6f9c-4416-bccd-fe2c28d669e1", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b7ffdfc7-6f9c-4416-bccd-fe2c28d669e1" }, { "id": "11ec0ee4-d695-47fa-8698-4ca1b2cd9290", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-11ec0ee4-d695-47fa-8698-4ca1b2cd9290" }, { "id": "b6fd37d9-5a51-4c91-981b-3d23554acb93", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-b6fd37d9-5a51-4c91-981b-3d23554acb93" }, { "id": "dfb78304-e5e9-46ae-9120-cafa2e4c8229", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-dfb78304-e5e9-46ae-9120-cafa2e4c8229" }, { "id": "4a588dc4-d713-405b-8041-f52018c9c823", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder/:requestUuid", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder", ":requestUuid" ], "variable": [ { "key": "requestUuid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-4a588dc4-d713-405b-8041-f52018c9c823" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-34d82add-4bc2-4d41-962a-cfb06f095d16" } ], "id": "55d73e58-69fb-410a-9a1c-448d0667bafc", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-55d73e58-69fb-410a-9a1c-448d0667bafc" }, { "name": "Start Campaign Builder", "id": "3d66410b-8a77-416b-803e-8e92b90a896f", "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 \"campaignAttributes\": [\n \"AGE_GATED\",\n \"AGE_GATED\"\n ],\n \"brandId\": false,\n \"campaignIntent\": 98430160.4701212,\n \"campaignType\": true,\n \"contactEmail\": \"adipisicing minim eu incididunt ad\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder" ] }, "description": "Submits a request to build a campaign based on the provided brand and campaign information.\nReturns a request UUID that can be used to track the job status." }, "response": [ { "id": "6f654ee4-d8ab-4b55-8626-9e2263455578", "name": "Accepted", "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 \"campaignAttributes\": [\n \"AGE_GATED\",\n \"AGE_GATED\"\n ],\n \"brandId\": false,\n \"campaignIntent\": 98430160.4701212,\n \"campaignType\": true,\n \"contactEmail\": \"adipisicing minim eu incididunt ad\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestUuid\": \"\"\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-6f654ee4-d8ab-4b55-8626-9e2263455578" }, { "id": "aa60a091-b40e-43d5-9ce2-4e8988849402", "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 \"campaignAttributes\": [\n \"AGE_GATED\",\n \"AGE_GATED\"\n ],\n \"brandId\": false,\n \"campaignIntent\": 98430160.4701212,\n \"campaignType\": true,\n \"contactEmail\": \"adipisicing minim eu incididunt ad\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-aa60a091-b40e-43d5-9ce2-4e8988849402" }, { "id": "ba98bfd6-1517-47eb-83c5-983cc53a7478", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"campaignAttributes\": [\n \"AGE_GATED\",\n \"AGE_GATED\"\n ],\n \"brandId\": false,\n \"campaignIntent\": 98430160.4701212,\n \"campaignType\": true,\n \"contactEmail\": \"adipisicing minim eu incididunt ad\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ba98bfd6-1517-47eb-83c5-983cc53a7478" }, { "id": "c914596f-e0f5-4d87-a69f-615a2354b9d0", "name": "Forbidden", "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 \"campaignAttributes\": [\n \"AGE_GATED\",\n \"AGE_GATED\"\n ],\n \"brandId\": false,\n \"campaignIntent\": 98430160.4701212,\n \"campaignType\": true,\n \"contactEmail\": \"adipisicing minim eu incididunt ad\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-c914596f-e0f5-4d87-a69f-615a2354b9d0" }, { "id": "ee9c0ad3-f100-449d-a90a-b4b3fa872246", "name": "Too Many Requests", "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 \"campaignAttributes\": [\n \"AGE_GATED\",\n \"AGE_GATED\"\n ],\n \"brandId\": false,\n \"campaignIntent\": 98430160.4701212,\n \"campaignType\": true,\n \"contactEmail\": \"adipisicing minim eu incididunt ad\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-ee9c0ad3-f100-449d-a90a-b4b3fa872246" }, { "id": "008a1db1-4095-4b17-b46c-66cdfd7dad6f", "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 \"campaignAttributes\": [\n \"AGE_GATED\",\n \"AGE_GATED\"\n ],\n \"brandId\": false,\n \"campaignIntent\": 98430160.4701212,\n \"campaignType\": true,\n \"contactEmail\": \"adipisicing minim eu incididunt ad\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/number-registration/1/campaign-builder", "host": [ "{{baseUrl}}" ], "path": [ "number-registration", "1", "campaign-builder" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-008a1db1-4095-4b17-b46c-66cdfd7dad6f" } ], "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-3d66410b-8a77-416b-803e-8e92b90a896f" } ], "id": "109cf48b-933b-4e23-9429-c13d462e476c", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-109cf48b-933b-4e23-9429-c13d462e476c" } ], "id": "7b1024e4-6fdf-403f-8f35-6ef60755ad9a", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-7b1024e4-6fdf-403f-8f35-6ef60755ad9a" } ], "id": "e3c172b5-e98b-48b3-8007-12b616f5eff4", "createdAt": "2026-07-28T01:59:33.000Z", "updatedAt": "2026-07-28T01:59:33.000Z", "uid": "35240-e3c172b5-e98b-48b3-8007-12b616f5eff4" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }