{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists Inbounds API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Inbounds", "type": "folder" }, "items": [ { "info": { "name": "List Inbound Messages", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/xms/v1/:service_plan_id/inbounds", "params": [ { "name": "service_plan_id", "value": "", "type": "path", "description": "The unique identifier for the service plan" }, { "name": "page", "value": "", "type": "query", "description": "The page number to retrieve" }, { "name": "page_size", "value": "", "type": "query", "description": "The number of messages per page" }, { "name": "to", "value": "", "type": "query", "description": "Filter by destination number" }, { "name": "start_date", "value": "", "type": "query", "description": "Filter messages received after this date" }, { "name": "end_date", "value": "", "type": "query", "description": "Filter messages received before this date" } ] }, "docs": "Returns a list of inbound (Mobile Originated) messages with pagination support. Messages can be filtered by start date and end date." }, { "info": { "name": "Get an Inbound Message", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/xms/v1/:service_plan_id/inbounds/:inbound_id", "params": [ { "name": "service_plan_id", "value": "", "type": "path", "description": "The unique identifier for the service plan" }, { "name": "inbound_id", "value": "", "type": "path", "description": "The unique identifier of the inbound message" } ] }, "docs": "Returns the details of a specific inbound message." } ] } ], "bundled": true }