{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists RCS Senders API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "RCS Senders", "type": "folder" }, "items": [ { "info": { "name": "List Rcs Senders", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/rcs/senders", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ] }, "docs": "Returns a list of all RCS senders configured for the project." }, { "info": { "name": "Create an Rcs Sender", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v1/projects/:project_id/rcs/senders", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new RCS sender identity with brand information and messaging agent configuration." }, { "info": { "name": "Get an Rcs Sender", "type": "http" }, "http": { "method": "GET", "url": "https://brands.api.sinch.com/v1/projects/:project_id/rcs/senders/:sender_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "sender_id", "value": "", "type": "path", "description": "The unique sender identifier" } ] }, "docs": "Returns the details and status of a specific RCS sender." }, { "info": { "name": "Update an Rcs Sender", "type": "http" }, "http": { "method": "PATCH", "url": "https://brands.api.sinch.com/v1/projects/:project_id/rcs/senders/:sender_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "sender_id", "value": "", "type": "path", "description": "The unique sender identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of a specific RCS sender." }, { "info": { "name": "Delete an Rcs Sender", "type": "http" }, "http": { "method": "DELETE", "url": "https://brands.api.sinch.com/v1/projects/:project_id/rcs/senders/:sender_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "sender_id", "value": "", "type": "path", "description": "The unique sender identifier" } ] }, "docs": "Deletes a specific RCS sender from the project." }, { "info": { "name": "Launch an Rcs Sender", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/v1/projects/:project_id/rcs/senders/:sender_id/launch", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The unique project identifier" }, { "name": "sender_id", "value": "", "type": "path", "description": "The unique sender identifier" } ] }, "docs": "Submits an RCS sender for launch, initiating the approval process with carriers and Google." } ] } ], "bundled": true }