{ "opencollection": "1.0.0", "info": { "name": "Atomic Access Tokens API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Access Tokens", "type": "folder" }, "items": [ { "info": { "name": "Create an access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.atomicfi.com/access-token", "body": { "type": "json", "data": "{}" } }, "docs": "Exchanges your API Key and Secret for a publicToken used to initialize the Transact SDK on the client. Called from your backend." }, { "info": { "name": "Revoke an access token", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atomicfi.com/access-token/:publicToken/revoke", "params": [ { "name": "publicToken", "value": "", "type": "path" } ] }, "docs": "Invalidates an existing publicToken so it can no longer access API resources." } ] } ], "bundled": true }