{ "opencollection": "1.0.0", "info": { "name": "Silverpop Engage API (Acoustic Campaign) Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Create Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api-campaign-us-1.goacoustic.com/oauth/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "refresh_token", "value": "" } ] } }, "docs": "Generate an OAuth 2.0 access token using client credentials (client_id, client_secret, and refresh_token)." } ] } ], "bundled": true }