{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists Messages API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "Send a Message", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v1/projects/:project_id/messages:send", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a message to a contact on a specific channel or using the Conversation API intelligent channel selection. Supports text, media, template, and card messages in a normalized format." }, { "info": { "name": "List Messages", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/messages", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "conversation_id", "value": "", "type": "query", "description": "Filter by conversation ID" }, { "name": "contact_id", "value": "", "type": "query", "description": "Filter by contact ID" }, { "name": "app_id", "value": "", "type": "query", "description": "Filter by app ID" }, { "name": "channel", "value": "", "type": "query", "description": "Filter by channel" }, { "name": "page_size", "value": "", "type": "query", "description": "The number of messages per page" }, { "name": "page_token", "value": "", "type": "query", "description": "Pagination token for the next page" } ] }, "docs": "Returns a list of messages in a project with optional filtering by conversation, contact, app, and channel." }, { "info": { "name": "Get a Message", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/messages/:message_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "message_id", "value": "", "type": "path", "description": "The unique message identifier" } ] }, "docs": "Returns the details of a specific message." }, { "info": { "name": "Delete a Message", "type": "http" }, "http": { "method": "DELETE", "url": "https://brands.api.sinch.com/v1/projects/:project_id/messages/:message_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "message_id", "value": "", "type": "path", "description": "The unique message identifier" } ] }, "docs": "Deletes a specific message from the conversation history." } ] } ], "bundled": true }