{ "opencollection": "1.0.0", "info": { "name": "Keyo REST Authentication API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Obtain an access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.keyo.co/v1/oauth/token/", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" } ] } }, "docs": "Exchange client credentials for a token to access protected resources." } ] } ], "bundled": true }