{ "opencollection": "1.0.0", "info": { "name": "Attentive Access Token API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Access Token", "type": "folder" }, "items": [ { "info": { "name": "Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.attentivemobile.com/v1/authorization-codes/tokens", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "code", "value": "" }, { "name": "redirect_uri", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" } ] } }, "docs": "Make a call to this endpoint to exchange a temporary authorization code for an access token." } ] } ], "bundled": true }