{ "opencollection": "1.0.0", "info": { "name": "Choozle Reporting Authorization API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "items": [ { "info": { "name": "Authorization", "type": "folder" }, "items": [ { "info": { "name": "Get Authorization Token", "type": "http" }, "http": { "method": "POST", "url": "https://app.choozle.com/api/auth", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Authenticates an API-only user and returns a token for use in subsequent API requests. Tokens expire two hours after creation, at which point a new one must be generated by re-authenticating.\n\nParameters must be sent in the request BODY (not headers) with `Content-Type: application/x-www-form-urlencoded`. The signature is an HMAC-SHA256 digest, in lowercase hex, of the concatenation of the submitted `email` and `timestamp` values, keyed with the account's API private key.\n" } ] } ], "bundled": true }