{ "opencollection": "1.0.0", "info": { "name": "Endpoints Accounts Auth API", "version": "1.0.0" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Create a Session Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.agora.finance/v0/auth/token", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "\n The endpoints exposed here are currently in **Beta**! As we continue to build our initial offering, these endpoints may implement breaking changes. Be sure to check back for our change log regularly as a precaution.\n\n\nExchange your API key for a short-lived bearer JWT. Send the API key as `Authorization: Bearer `; no request body is needed. The returned `sessionJwt` is valid for **15 minutes** (the TTL is not echoed in the response) and must be sen" } ] } ], "bundled": true }