{ "opencollection": "1.0.0", "info": { "name": "ClickSend v3 Account MMS API", "version": "3.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "MMS", "type": "folder" }, "items": [ { "info": { "name": "Send one or more MMS messages with a media file and subject.", "type": "http" }, "http": { "method": "POST", "url": "https://rest.clicksend.com/v3/mms/send", "body": { "type": "json", "data": "{}" } }, "docs": "Send one or more MMS messages with a media file and subject." }, { "info": { "name": "Calculate the total price for one or more MMS messages before sending.", "type": "http" }, "http": { "method": "POST", "url": "https://rest.clicksend.com/v3/mms/price", "body": { "type": "json", "data": "{}" } }, "docs": "Calculate the total price for one or more MMS messages before sending." }, { "info": { "name": "Get a paginated list of sent MMS messages.", "type": "http" }, "http": { "method": "GET", "url": "https://rest.clicksend.com/v3/mms/history", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page." } ] }, "docs": "Get a paginated list of sent MMS messages." } ] } ], "bundled": true }