{ "opencollection": "1.0.0", "info": { "name": "7shifts Availability OAuth API", "version": "2.0" }, "items": [ { "info": { "name": "OAuth", "type": "folder" }, "items": [ { "info": { "name": "Create OAuth Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.7shifts.com/oauth2/token", "body": { "type": "json", "data": "{}" } }, "docs": "Issues an access token using one of the supported OAuth 2.0 grant types (client_credentials, password, authorization_code, refresh_token)." } ] } ], "bundled": true }