{ "info": { "_postman_id": "f6ee01e1-2e7a-4c2b-b624-3ad048e5c5c2", "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "lastUpdatedBy": "35240", "uid": "35240-f6ee01e1-2e7a-4c2b-b624-3ad048e5c5c2" }, "item": [ { "name": "messenger", "item": [ { "name": "1", "item": [ { "name": "messages", "item": [ { "name": "Send a Messenger message", "id": "326643e2-f960-42e7-882f-8387f0e154c3", "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 \"messages\": [\n {\n \"content\": {\n \"type\": \"AUDIO\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n },\n {\n \"content\": {\n \"type\": \"TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"PHONE_NUMBER\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "messages" ] }, "description": "Send one or more messages to multiple recipients.
Marketing messages on Messenger are no longer available for new users. For existing users, this feature will be deprecated on January 12, 2026. After this date, marketing messages will fail with an error." }, "response": [ { "id": "35333092-4c8e-40e6-9a2e-32d550689f8a", "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 \"messages\": [\n {\n \"content\": {\n \"type\": \"AUDIO\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n },\n {\n \"content\": {\n \"type\": \"TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"PHONE_NUMBER\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "messages" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"messages\": [\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"DELIVERED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {}\n },\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"DELIVERED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {}\n }\n ],\n \"bulkId\": \"\"\n}", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-35333092-4c8e-40e6-9a2e-32d550689f8a" }, { "id": "06eb3b31-b492-496c-8ee2-5e3154a8eea8", "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 \"messages\": [\n {\n \"content\": {\n \"type\": \"AUDIO\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n },\n {\n \"content\": {\n \"type\": \"TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"PHONE_NUMBER\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "messages" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-06eb3b31-b492-496c-8ee2-5e3154a8eea8" }, { "id": "21b0a99d-0d2e-4e2d-badb-2e9d8901e279", "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 \"messages\": [\n {\n \"content\": {\n \"type\": \"AUDIO\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n },\n {\n \"content\": {\n \"type\": \"TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"PHONE_NUMBER\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "messages" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-21b0a99d-0d2e-4e2d-badb-2e9d8901e279" }, { "id": "83a09775-feb1-41a9-b8e3-5a11b48dafef", "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 \"messages\": [\n {\n \"content\": {\n \"type\": \"AUDIO\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n },\n {\n \"content\": {\n \"type\": \"TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"PHONE_NUMBER\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "messages" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-83a09775-feb1-41a9-b8e3-5a11b48dafef" }, { "id": "450b65d1-f637-4597-8fa2-7254f884102d", "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 \"messages\": [\n {\n \"content\": {\n \"type\": \"AUDIO\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n },\n {\n \"content\": {\n \"type\": \"TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n },\n \"quickReplies\": [\n {\n \"type\": \"PHONE_NUMBER\"\n },\n {\n \"type\": \"PHONE_NUMBER\"\n }\n ]\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "messages" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-450b65d1-f637-4597-8fa2-7254f884102d" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-326643e2-f960-42e7-882f-8387f0e154c3" } ], "id": "52b886cb-a72b-4405-b73a-5568a5fd8991", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-52b886cb-a72b-4405-b73a-5568a5fd8991" }, { "name": "reports", "item": [ { "name": "Get Messenger delivery reports", "id": "2a005e53-3de7-40f7-ae43-bf37c8d03807", "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}}/messenger/1/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] }, "description": "If you are unable to receive real-time delivery reports towards your endpoint for various reasons, we offer you an API method to fetch batches of delivery reports to confirm whether specific messages have been delivered. Each request towards this endpoint will return batches of the latest delivery reports. Please note they will be returned only once." }, "response": [ { "id": "129625d2-5021-4301-b13a-eb8a69b252b2", "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}}/messenger/1/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"bulkId\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"EXPIRED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"OK\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"messageId\": \"\",\n \"to\": \"\",\n \"sender\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"mccMnc\": \"\",\n \"callbackData\": \"\",\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"campaignReferenceId\": \"\"\n },\n {\n \"bulkId\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"ACCEPTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"OPERATOR_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"messageId\": \"\",\n \"to\": \"\",\n \"sender\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"mccMnc\": \"\",\n \"callbackData\": \"\",\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"campaignReferenceId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-129625d2-5021-4301-b13a-eb8a69b252b2" }, { "id": "74601a67-06f9-4da0-9fbd-57526dadff03", "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}}/messenger/1/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-74601a67-06f9-4da0-9fbd-57526dadff03" }, { "id": "11d314e2-7d7a-4219-91a3-86ab405e3da4", "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}}/messenger/1/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-11d314e2-7d7a-4219-91a3-86ab405e3da4" }, { "id": "a07023f9-27d4-472f-a72f-394776aced7e", "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}}/messenger/1/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-a07023f9-27d4-472f-a72f-394776aced7e" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-2a005e53-3de7-40f7-ae43-bf37c8d03807" } ], "id": "a58be765-2c20-40c2-a252-f40ff8cf23c2", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-a58be765-2c20-40c2-a252-f40ff8cf23c2" }, { "name": "logs", "item": [ { "name": "Get outbound Messenger message logs", "id": "7c94d360-2965-4dfa-a7b5-1d14d03de317", "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}}/messenger/1/logs?sender=&destination=&bulkId=&bulkId=&messageId=&messageId=&generalStatus=PENDING&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "PENDING" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] }, "description": "Use this method for displaying logs for example in the user interface. Available are the logs for the last 48 hours." }, "response": [ { "id": "7e72a86f-0e8e-4c92-87df-b2b8cb63ce08", "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}}/messenger/1/logs?sender=&destination=&bulkId=&messageId=&generalStatus=PENDING&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "PENDING" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"sender\": \"\",\n \"destination\": \"\",\n \"bulkId\": \"\",\n \"messageId\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"EXPIRED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"USER_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"content\": {\n \"type\": \"OPT_IN_FOLLOWUP\"\n },\n \"campaignReferenceId\": \"\"\n },\n {\n \"sender\": \"\",\n \"destination\": \"\",\n \"bulkId\": \"\",\n \"messageId\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"REJECTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"HANDSET_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"content\": {\n \"type\": \"VIDEO\"\n },\n \"campaignReferenceId\": \"\"\n }\n ],\n \"cursor\": {\n \"limit\": \"\",\n \"nextCursor\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-7e72a86f-0e8e-4c92-87df-b2b8cb63ce08" }, { "id": "1404f85f-cc2b-4b1e-a974-679309a07104", "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}}/messenger/1/logs?sender=&destination=&bulkId=&messageId=&generalStatus=PENDING&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "PENDING" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-1404f85f-cc2b-4b1e-a974-679309a07104" }, { "id": "965b7dfd-cfbc-4b4a-9d7e-efe9bc824394", "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}}/messenger/1/logs?sender=&destination=&bulkId=&messageId=&generalStatus=PENDING&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "PENDING" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-965b7dfd-cfbc-4b4a-9d7e-efe9bc824394" }, { "id": "5e62356c-ee2a-4827-ae06-d9cae411c449", "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}}/messenger/1/logs?sender=&destination=&bulkId=&messageId=&generalStatus=PENDING&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "PENDING" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-5e62356c-ee2a-4827-ae06-d9cae411c449" }, { "id": "12a1c9ac-45f1-45e3-8721-43fd497d4ee0", "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}}/messenger/1/logs?sender=&destination=&bulkId=&messageId=&generalStatus=PENDING&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "PENDING" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-12a1c9ac-45f1-45e3-8721-43fd497d4ee0" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-7c94d360-2965-4dfa-a7b5-1d14d03de317" } ], "id": "db4a4da0-a2d8-4f15-8f56-1db075d186a8", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-db4a4da0-a2d8-4f15-8f56-1db075d186a8" }, { "name": "pages", "item": [ { "name": "{pageId}", "item": [ { "name": "subscriptions", "item": [ { "name": "Get marketing subscriptions", "id": "cfc327e3-6b62-4cdd-99ce-6a2a0b6b2dac", "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}}/messenger/1/pages/:pageId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "pages", ":pageId", "subscriptions" ], "variable": [ { "id": "b1876f56-e7f0-452f-ade5-97a0073e0558", "key": "pageId", "value": "", "description": "(Required) Page ID." } ] }, "description": "Get all messenger marketing subscriptions for single page.
Collecting subscription tokens still works on the Messenger platform. However, marketing messages on Messenger are no longer available for new users. For existing users, this feature will be deprecated on January 12, 2026. After this date, marketing messages will no longer be supported." }, "response": [ { "id": "c5a4f0e1-8984-4a06-ac7b-06c51ee1ecb8", "name": "List Of Marketing Subscriptions For Page", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messenger/1/pages/:pageId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "pages", ":pageId", "subscriptions" ], "variable": [ { "key": "pageId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"creationDatetime\": \"\",\n \"nextEligibleDatetime\": \"\",\n \"notificationMessagesReoptin\": \"DISABLED\",\n \"notificationMessagesTimezone\": \"\",\n \"notificationMessagesToken\": \"\",\n \"recipientId\": \"\",\n \"title\": \"\",\n \"tokenExpiry\": \"\",\n \"userTokenStatus\": \"NOT_REFRESHED\"\n}", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-c5a4f0e1-8984-4a06-ac7b-06c51ee1ecb8" }, { "id": "19071575-90bd-4ef8-b4bf-59bffe61af6a", "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}}/messenger/1/pages/:pageId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "pages", ":pageId", "subscriptions" ], "variable": [ { "key": "pageId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-19071575-90bd-4ef8-b4bf-59bffe61af6a" }, { "id": "53447009-6ee4-402d-8d4c-b2ff2c2ade9a", "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}}/messenger/1/pages/:pageId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "pages", ":pageId", "subscriptions" ], "variable": [ { "key": "pageId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-53447009-6ee4-402d-8d4c-b2ff2c2ade9a" }, { "id": "adfb1e60-9b62-4ffb-9447-8ea9a34982b3", "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}}/messenger/1/pages/:pageId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "pages", ":pageId", "subscriptions" ], "variable": [ { "key": "pageId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-adfb1e60-9b62-4ffb-9447-8ea9a34982b3" }, { "id": "97af7e79-6f1e-40ff-833e-cac39040d14e", "name": "Page Does Not Exist", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messenger/1/pages/:pageId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "pages", ":pageId", "subscriptions" ], "variable": [ { "key": "pageId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-97af7e79-6f1e-40ff-833e-cac39040d14e" }, { "id": "134f17d0-e581-4719-8c8a-1cd7ac41227f", "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}}/messenger/1/pages/:pageId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "pages", ":pageId", "subscriptions" ], "variable": [ { "key": "pageId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-134f17d0-e581-4719-8c8a-1cd7ac41227f" }, { "id": "523f072e-223b-43d8-a0fd-8b1cc778a32d", "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}}/messenger/1/pages/:pageId/subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "pages", ":pageId", "subscriptions" ], "variable": [ { "key": "pageId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-523f072e-223b-43d8-a0fd-8b1cc778a32d" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-cfc327e3-6b62-4cdd-99ce-6a2a0b6b2dac" } ], "id": "7aa0bc46-65ab-43cc-aee2-36114f0b4946", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-7aa0bc46-65ab-43cc-aee2-36114f0b4946" } ], "id": "d4e7cdc0-fb36-4fa4-9444-db2c4ef7e939", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-d4e7cdc0-fb36-4fa4-9444-db2c4ef7e939" } ], "id": "5bfaa2f6-b13b-4fcc-8da5-0bce4028aad0", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-5bfaa2f6-b13b-4fcc-8da5-0bce4028aad0" }, { "name": "campaigns", "item": [ { "name": "{campaignId}", "item": [ { "name": "Delete campaign", "id": "a8344192-27b9-4516-b853-54243db0f0fd", "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}}/messenger/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns", ":campaignId" ], "variable": [ { "id": "565d8314-9796-4df7-a76c-644e3ba3a198", "key": "campaignId", "value": "", "description": "(Required) Campaign ID." } ] }, "description": "Delete an existing Facebook Messenger marketing campaign." }, "response": [ { "id": "d3b0342d-7c86-47d3-9121-6e45417d8b35", "name": "Campaign deleted successfully.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messenger/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-d3b0342d-7c86-47d3-9121-6e45417d8b35" }, { "id": "731fb071-5bcf-4204-a223-a85ee1ea271c", "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}}/messenger/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "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 \"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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-731fb071-5bcf-4204-a223-a85ee1ea271c" }, { "id": "a73b9810-4d5e-4732-8f3c-354fe3482d90", "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}}/messenger/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "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 \"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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-a73b9810-4d5e-4732-8f3c-354fe3482d90" }, { "id": "9c5dc71c-affe-4f65-b88d-c56765b32221", "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}}/messenger/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "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 \"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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-9c5dc71c-affe-4f65-b88d-c56765b32221" }, { "id": "7fbc25d8-03cb-4519-aa0a-855f6e25838a", "name": "Campaign 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}}/messenger/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "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 \"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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-7fbc25d8-03cb-4519-aa0a-855f6e25838a" }, { "id": "55a9de7b-7a43-4229-a7ec-225018ee8775", "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}}/messenger/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "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 \"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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-55a9de7b-7a43-4229-a7ec-225018ee8775" }, { "id": "abde4db5-322b-4eb4-aa9a-9c0bacba81d0", "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}}/messenger/1/campaigns/:campaignId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "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 \"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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-abde4db5-322b-4eb4-aa9a-9c0bacba81d0" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-a8344192-27b9-4516-b853-54243db0f0fd" } ], "id": "1d63a5af-6a7d-4253-90d3-60a4645d502f", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-1d63a5af-6a7d-4253-90d3-60a4645d502f" }, { "name": "Get campaigns", "id": "fedc4600-5c4a-42be-a923-68e161fd9719", "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}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] }, "description": "Returns all Facebook Messenger marketing campaigns for the authenticated account." }, "response": [ { "id": "08a2fb56-f411-41c5-b34b-28d7585d087c", "name": "List of campaigns.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"campaigns\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"dailyBudget\": \"\",\n \"lifetimeBudget\": \"\",\n \"adAccountId\": \"\",\n \"pageId\": \"\",\n \"startTime\": \"\",\n \"endTime\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"dailyBudget\": \"\",\n \"lifetimeBudget\": \"\",\n \"adAccountId\": \"\",\n \"pageId\": \"\",\n \"startTime\": \"\",\n \"endTime\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-08a2fb56-f411-41c5-b34b-28d7585d087c" }, { "id": "8ed1ed18-ad0d-45b1-bc7b-1b2dce57f796", "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}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-8ed1ed18-ad0d-45b1-bc7b-1b2dce57f796" }, { "id": "629ccd5a-d58f-4e92-8207-ac07df29f01f", "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}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-629ccd5a-d58f-4e92-8207-ac07df29f01f" }, { "id": "5386f333-e5a7-4891-aabd-32fb1c368f11", "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}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-5386f333-e5a7-4891-aabd-32fb1c368f11" }, { "id": "9b955c9d-9424-4a94-872d-18be4ccbbebf", "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}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-9b955c9d-9424-4a94-872d-18be4ccbbebf" }, { "id": "50b20301-b370-4485-8db7-e44fc6b76373", "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}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-50b20301-b370-4485-8db7-e44fc6b76373" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-fedc4600-5c4a-42be-a923-68e161fd9719" }, { "name": "Create campaign", "id": "aa09b287-6222-4333-8fcf-5ab1372cb09e", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"dailyBudget\": \"\",\n \"lifetimeBudget\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] }, "description": "Create a new Facebook Messenger marketing campaign to send marketing messages to opted-in users. The campaign is associated with your ad account and Facebook page." }, "response": [ { "id": "e1398a01-f789-4e82-a207-629e890175d1", "name": "Campaign created successfully.", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"dailyBudget\": \"\",\n \"lifetimeBudget\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"adAccountId\": \"\",\n \"pageId\": \"\"\n}", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-e1398a01-f789-4e82-a207-629e890175d1" }, { "id": "3cd2f489-9f87-475e-ac2f-eef488ded2ee", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"dailyBudget\": \"\",\n \"lifetimeBudget\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-3cd2f489-9f87-475e-ac2f-eef488ded2ee" }, { "id": "b7d1e18b-7ed4-4c10-a08a-569c1ccbfe84", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"dailyBudget\": \"\",\n \"lifetimeBudget\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-b7d1e18b-7ed4-4c10-a08a-569c1ccbfe84" }, { "id": "d7c752a9-ffcb-4e31-ba76-e9106eb746bf", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"dailyBudget\": \"\",\n \"lifetimeBudget\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-d7c752a9-ffcb-4e31-ba76-e9106eb746bf" }, { "id": "24a7bb5b-4a26-4015-af1f-4202c096d67a", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"dailyBudget\": \"\",\n \"lifetimeBudget\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-24a7bb5b-4a26-4015-af1f-4202c096d67a" }, { "id": "e500ecec-cac4-44d2-97cb-67bc6af59a8a", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"dailyBudget\": \"\",\n \"lifetimeBudget\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/campaigns", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "campaigns" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-e500ecec-cac4-44d2-97cb-67bc6af59a8a" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-aa09b287-6222-4333-8fcf-5ab1372cb09e" } ], "id": "2d2fc623-91df-472d-8dfb-743a442a3aea", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-2d2fc623-91df-472d-8dfb-743a442a3aea" }, { "name": "ad-accounts", "item": [ { "name": "Get ad accounts", "id": "5e68adeb-86ff-473c-885a-b1b5d3a773aa", "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}}/messenger/1/ad-accounts", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "ad-accounts" ] }, "description": "Returns all Facebook ad accounts associated with the authenticated marketing account." }, "response": [ { "id": "43186038-d4e3-4b99-beae-1459dc882303", "name": "List of ad accounts.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messenger/1/ad-accounts", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "ad-accounts" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"adAccounts\": [\n {\n \"id\": \"\",\n \"status\": \"PENDING_CLOSURE\",\n \"currency\": \"\",\n \"totalSpent\": \"\"\n },\n {\n \"id\": \"\",\n \"status\": \"UNSETTLED\",\n \"currency\": \"\",\n \"totalSpent\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-43186038-d4e3-4b99-beae-1459dc882303" }, { "id": "1f46f8d7-066f-4bae-bd1d-9cbe4b8df812", "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}}/messenger/1/ad-accounts", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "ad-accounts" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-1f46f8d7-066f-4bae-bd1d-9cbe4b8df812" }, { "id": "2b4ad827-3cdc-450e-81d0-3c52335ace60", "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}}/messenger/1/ad-accounts", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "ad-accounts" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-2b4ad827-3cdc-450e-81d0-3c52335ace60" }, { "id": "2ae3eba1-d00e-440d-b5fa-a4209a6c109d", "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}}/messenger/1/ad-accounts", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "ad-accounts" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-2ae3eba1-d00e-440d-b5fa-a4209a6c109d" }, { "id": "adb084f8-2905-425a-b748-5b66a7d99edf", "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}}/messenger/1/ad-accounts", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "ad-accounts" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-adb084f8-2905-425a-b748-5b66a7d99edf" }, { "id": "0fda10d6-0c15-4e8f-aa92-889efab05670", "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}}/messenger/1/ad-accounts", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "ad-accounts" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-0fda10d6-0c15-4e8f-aa92-889efab05670" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-5e68adeb-86ff-473c-885a-b1b5d3a773aa" } ], "id": "76f0383c-0f45-4d5f-8a25-e869970241f6", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-76f0383c-0f45-4d5f-8a25-e869970241f6" }, { "name": "audiences", "item": [ { "name": "{audienceId}", "item": [ { "name": "users", "item": [ { "name": "{hashedPhoneNumber}", "item": [ { "name": "Remove user from audience", "id": "1b0a26ec-e5f0-407e-9d15-54bb2d0e8fce", "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}}/messenger/1/audiences/:audienceId/users/:hashedPhoneNumber", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users", ":hashedPhoneNumber" ], "variable": [ { "id": "cb027e91-d09f-4b88-b232-4de31702f32a", "key": "audienceId", "value": "", "description": "(Required) Meta custom audience ID." }, { "id": "24c47ed1-64da-42fa-a3fe-78de87398a51", "key": "hashedPhoneNumber", "value": "", "description": "(Required) SHA-256 hashed phone number to remove." } ] }, "description": "Remove a single hashed phone number from a custom audience." }, "response": [ { "id": "71826494-ff65-4402-b7c3-a652054a8181", "name": "User removed successfully.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messenger/1/audiences/:audienceId/users/:hashedPhoneNumber", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users", ":hashedPhoneNumber" ], "variable": [ { "key": "audienceId" }, { "key": "hashedPhoneNumber" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-71826494-ff65-4402-b7c3-a652054a8181" }, { "id": "d9d2add9-6bed-4a10-8d56-efbb7aa5a454", "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}}/messenger/1/audiences/:audienceId/users/:hashedPhoneNumber", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users", ":hashedPhoneNumber" ], "variable": [ { "key": "audienceId" }, { "key": "hashedPhoneNumber" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-d9d2add9-6bed-4a10-8d56-efbb7aa5a454" }, { "id": "7c062e3f-2853-4368-add9-ab53d1d11b1c", "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}}/messenger/1/audiences/:audienceId/users/:hashedPhoneNumber", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users", ":hashedPhoneNumber" ], "variable": [ { "key": "audienceId" }, { "key": "hashedPhoneNumber" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-7c062e3f-2853-4368-add9-ab53d1d11b1c" }, { "id": "e84f1414-6720-4d35-b86b-5eeb04ece8f7", "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}}/messenger/1/audiences/:audienceId/users/:hashedPhoneNumber", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users", ":hashedPhoneNumber" ], "variable": [ { "key": "audienceId" }, { "key": "hashedPhoneNumber" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-e84f1414-6720-4d35-b86b-5eeb04ece8f7" }, { "id": "35574902-8472-41fb-bd42-f1dd43b579f6", "name": "Audience 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}}/messenger/1/audiences/:audienceId/users/:hashedPhoneNumber", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users", ":hashedPhoneNumber" ], "variable": [ { "key": "audienceId" }, { "key": "hashedPhoneNumber" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-35574902-8472-41fb-bd42-f1dd43b579f6" }, { "id": "4e485c50-a970-409f-a2eb-c299d0caaee3", "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}}/messenger/1/audiences/:audienceId/users/:hashedPhoneNumber", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users", ":hashedPhoneNumber" ], "variable": [ { "key": "audienceId" }, { "key": "hashedPhoneNumber" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-4e485c50-a970-409f-a2eb-c299d0caaee3" }, { "id": "2cbb1046-f6ac-40ed-a3a6-939558e05012", "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}}/messenger/1/audiences/:audienceId/users/:hashedPhoneNumber", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users", ":hashedPhoneNumber" ], "variable": [ { "key": "audienceId" }, { "key": "hashedPhoneNumber" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-2cbb1046-f6ac-40ed-a3a6-939558e05012" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-1b0a26ec-e5f0-407e-9d15-54bb2d0e8fce" } ], "id": "b95b6cae-49ee-46e2-956d-668e4d60c077", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-b95b6cae-49ee-46e2-956d-668e4d60c077" }, { "name": "Upload users to audience", "id": "14b24327-c801-4c6e-b05e-aaffde542cb1", "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 \"data\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences/:audienceId/users", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users" ], "variable": [ { "id": "dde6d4c0-96bf-490d-acdf-61f863ec7c43", "key": "audienceId", "value": "", "description": "(Required) Meta custom audience ID." } ] }, "description": "Upload hashed user data (SHA-256) to a custom audience. Meta matches this data against its user database to grow your marketing messages subscriber base. Maximum 10,000 users per request." }, "response": [ { "id": "aa641b3a-1b9b-43fa-8e05-68eeb7046f7e", "name": "Users uploaded successfully.", "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 \"data\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences/:audienceId/users", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users" ], "variable": [ { "key": "audienceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"audienceId\": \"\",\n \"numReceived\": \"\",\n \"numInvalidEntries\": \"\",\n \"subscriptionInfo\": {\n \"numSubscribersReceived\": \"\",\n \"numSubscribersInvalidEntries\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-aa641b3a-1b9b-43fa-8e05-68eeb7046f7e" }, { "id": "389441d0-f191-4854-b9a2-4161191c7206", "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 \"data\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences/:audienceId/users", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-389441d0-f191-4854-b9a2-4161191c7206" }, { "id": "2b2d79eb-5346-4540-99c2-e5338a210032", "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 \"data\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences/:audienceId/users", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-2b2d79eb-5346-4540-99c2-e5338a210032" }, { "id": "bcc785d1-8744-4393-8755-5a82a273d3f8", "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 \"data\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences/:audienceId/users", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-bcc785d1-8744-4393-8755-5a82a273d3f8" }, { "id": "595953f2-f2b4-48c1-aac7-56635a886af5", "name": "Audience 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 \"data\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences/:audienceId/users", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-595953f2-f2b4-48c1-aac7-56635a886af5" }, { "id": "8dda2297-83ad-453f-b20e-a3f88030b947", "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 \"data\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences/:audienceId/users", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-8dda2297-83ad-453f-b20e-a3f88030b947" }, { "id": "3580a0e7-9a9e-4cf2-bf47-62ae241baf7d", "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 \"data\": [\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences/:audienceId/users", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId", "users" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-3580a0e7-9a9e-4cf2-bf47-62ae241baf7d" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-14b24327-c801-4c6e-b05e-aaffde542cb1" } ], "id": "5505d154-3528-4da5-9278-5c8dbada8f4d", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-5505d154-3528-4da5-9278-5c8dbada8f4d" }, { "name": "Delete audience", "id": "63aa970a-0267-4a4b-9c12-fc69cbe8c7ea", "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}}/messenger/1/audiences/:audienceId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId" ], "variable": [ { "id": "62ebd0fb-7baf-4021-b142-ac8114e5e067", "key": "audienceId", "value": "", "description": "(Required) Meta custom audience ID." } ] }, "description": "Delete a custom audience. This permanently removes the audience from Meta and stops any campaigns using it." }, "response": [ { "id": "fb140227-de90-4136-9379-df9ce4276efd", "name": "Audience deleted successfully.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messenger/1/audiences/:audienceId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId" ], "variable": [ { "key": "audienceId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-fb140227-de90-4136-9379-df9ce4276efd" }, { "id": "81eed7bc-3fc1-4e9f-8d95-a738ad583c90", "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}}/messenger/1/audiences/:audienceId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-81eed7bc-3fc1-4e9f-8d95-a738ad583c90" }, { "id": "dbd97dca-022d-4a92-8a8b-8e987c0ab44c", "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}}/messenger/1/audiences/:audienceId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-dbd97dca-022d-4a92-8a8b-8e987c0ab44c" }, { "id": "b43bcf2a-a63d-45f6-9d6f-89936961322c", "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}}/messenger/1/audiences/:audienceId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-b43bcf2a-a63d-45f6-9d6f-89936961322c" }, { "id": "5b2fa3f8-0620-4a74-aeed-1c4e2ac597ba", "name": "Audience 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}}/messenger/1/audiences/:audienceId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-5b2fa3f8-0620-4a74-aeed-1c4e2ac597ba" }, { "id": "952613f5-c7fa-41d2-895f-4a819aaef520", "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}}/messenger/1/audiences/:audienceId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-952613f5-c7fa-41d2-895f-4a819aaef520" }, { "id": "ecc6e73c-99e2-4d94-922c-c938f03b2caf", "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}}/messenger/1/audiences/:audienceId", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences", ":audienceId" ], "variable": [ { "key": "audienceId" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-ecc6e73c-99e2-4d94-922c-c938f03b2caf" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-63aa970a-0267-4a4b-9c12-fc69cbe8c7ea" } ], "id": "52005d84-addb-4ffe-ad1c-4c9d5615ac8d", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-52005d84-addb-4ffe-ad1c-4c9d5615ac8d" }, { "name": "Get audiences", "id": "da581d14-7c34-429b-a9e0-b51e8eb46f03", "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}}/messenger/1/audiences?adAccountId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ], "query": [ { "description": "(Required) Facebook ad account ID.", "key": "adAccountId", "value": "" } ] }, "description": "Retrieve all custom audiences for the given ad account." }, "response": [ { "id": "9fe312f2-783e-44a0-adc0-dcd88d346145", "name": "Audiences retrieved successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/messenger/1/audiences?adAccountId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ], "query": [ { "description": "(Required) Facebook ad account ID.", "key": "adAccountId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"audiences\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"adAccountId\": \"\",\n \"pageId\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"adAccountId\": \"\",\n \"pageId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-9fe312f2-783e-44a0-adc0-dcd88d346145" }, { "id": "06510e81-e81b-407f-9a47-d2d6068e00ac", "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}}/messenger/1/audiences?adAccountId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ], "query": [ { "description": "(Required) Facebook ad account ID.", "key": "adAccountId", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-06510e81-e81b-407f-9a47-d2d6068e00ac" }, { "id": "9caef303-75bc-48c1-adad-813a8315f745", "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}}/messenger/1/audiences?adAccountId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ], "query": [ { "description": "(Required) Facebook ad account ID.", "key": "adAccountId", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-9caef303-75bc-48c1-adad-813a8315f745" }, { "id": "36e09156-13f3-44d1-87c5-90df4ab5f9cd", "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}}/messenger/1/audiences?adAccountId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ], "query": [ { "description": "(Required) Facebook ad account ID.", "key": "adAccountId", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-36e09156-13f3-44d1-87c5-90df4ab5f9cd" }, { "id": "892fc527-cf05-4404-848d-f1966f128192", "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}}/messenger/1/audiences?adAccountId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ], "query": [ { "description": "(Required) Facebook ad account ID.", "key": "adAccountId", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-892fc527-cf05-4404-848d-f1966f128192" }, { "id": "55c12701-aaee-4525-a533-ff1e59da9234", "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}}/messenger/1/audiences?adAccountId=", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ], "query": [ { "description": "(Required) Facebook ad account ID.", "key": "adAccountId", "value": "" } ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-55c12701-aaee-4525-a533-ff1e59da9234" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-da581d14-7c34-429b-a9e0-b51e8eb46f03" }, { "name": "Create custom audience", "id": "d727ae9a-0da0-4e6d-b58f-70ee8c6b36bb", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ] }, "description": "Create a new custom audience for marketing messages. Users can be uploaded to this audience to grow the marketing messages subscriber base." }, "response": [ { "id": "0c5716a9-e142-4265-8b18-b6b76ba95178", "name": "Audience created successfully.", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"adAccountId\": \"\",\n \"pageId\": \"\"\n}", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-0c5716a9-e142-4265-8b18-b6b76ba95178" }, { "id": "08ca2ba2-6769-4f71-b722-00488cacee4e", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-08ca2ba2-6769-4f71-b722-00488cacee4e" }, { "id": "3c4320b9-5e24-4a3f-98dc-6f545ecff769", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-3c4320b9-5e24-4a3f-98dc-6f545ecff769" }, { "id": "f684c02c-77a4-4276-98a6-291db2a74d6d", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-f684c02c-77a4-4276-98a6-291db2a74d6d" }, { "id": "41cd9c15-e6c1-45bb-821c-b1c1de39cc01", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-41cd9c15-e6c1-45bb-821c-b1c1de39cc01" }, { "id": "90755a3e-86c8-42d7-8e7b-1213d32865e8", "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 \"adAccountId\": \"\",\n \"name\": \"\",\n \"pageId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messenger/1/audiences", "host": [ "{{baseUrl}}" ], "path": [ "messenger", "1", "audiences" ] } }, "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:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-90755a3e-86c8-42d7-8e7b-1213d32865e8" } ], "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-d727ae9a-0da0-4e6d-b58f-70ee8c6b36bb" } ], "id": "f9555dc2-a8cd-45ca-b624-57c10a906435", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-f9555dc2-a8cd-45ca-b624-57c10a906435" } ], "id": "7e888701-3d08-4c42-8324-df936e094dcc", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-7e888701-3d08-4c42-8324-df936e094dcc" } ], "id": "587c70e9-4840-4d30-bc28-0fee26822f4a", "createdAt": "2026-07-28T01:59:07.000Z", "updatedAt": "2026-07-28T01:59:07.000Z", "uid": "35240-587c70e9-4840-4d30-bc28-0fee26822f4a" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }