{ "opencollection": "1.0.0", "info": { "name": "Arch Client Accounts Authentication API", "version": "0.1.0" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Authenticate using client credentials", "type": "http" }, "http": { "method": "POST", "url": "/client-api/v0/auth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Given a clientId and clientSecret, generates a JSON Web Token for access to the Arch Client API." } ] } ], "bundled": true }