{ "opencollection": "1.0.0", "info": { "name": "Telstra Messaging Authentication 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": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Telstra Generate OAuth Token", "type": "http" }, "http": { "method": "POST", "url": "https://tapi.telstra.com/v2/oauth/token", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Generate an OAuth 2.0 bearer token using the client credentials grant with the NSMS scope." } ] } ], "bundled": true }