{ "opencollection": "1.0.0", "info": { "name": "Social Tables API Gateway Authentication API", "version": "4.0.0" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get information about the current OAuth bearer token as-supplied in headers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/4.0/oauth/token" }, "docs": "Get information about the current OAuth bearer token as-supplied in headers" }, { "info": { "name": "Request an OAuth bearer token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/4.0/oauth/token", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ] }, "docs": "Request an OAuth bearer token" } ] } ], "bundled": true }