{ "opencollection": "1.0.0", "info": { "name": "Telstra Messaging Authentication MMS API", "version": "2.2.10" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://tapi.telstra.com/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "MMS", "type": "folder" }, "items": [ { "info": { "name": "Telstra Get MMS Replies", "type": "http" }, "http": { "method": "GET", "url": "https://tapi.telstra.com/v2/messages/mms" }, "docs": "Retrieve queued inbound MMS replies for the authenticated dedicated virtual number." }, { "info": { "name": "Telstra Send MMS", "type": "http" }, "http": { "method": "POST", "url": "https://tapi.telstra.com/v2/messages/mms", "body": { "type": "json", "data": "{}" } }, "docs": "Send an MMS containing one or more multimedia parts (image, audio, video, vCard, or text) to a destination number." }, { "info": { "name": "Telstra Get MMS Status", "type": "http" }, "http": { "method": "GET", "url": "https://tapi.telstra.com/v2/messages/mms/:messageId/status", "params": [ { "name": "messageId", "value": "", "type": "path" } ] }, "docs": "Retrieve the current delivery status for a previously sent MMS by message ID." } ] } ], "bundled": true }