{ "opencollection": "1.0.0", "info": { "name": "JustiFi API Documentation Ach Return Fees API Credentials API" }, "items": [ { "info": { "name": "API Credentials", "type": "folder" }, "items": [ { "info": { "name": "Generate Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.justifi.ai/v1/oauth/token", "body": { "type": "json", "data": "{}" } }, "docs": "To get an access token, post your `client_id` and `client_secret`.\nThe request responds with an access token, which is valid for 24 hours. Pass the token as the `Authorization`\nheader with `Bearer` appended before the token, e.g. `Bearer {access_token}`.\n\n**Note: These access tokens are meant only for backend-to-backend calls. If you are looking to authorize\na web component, please see the Web Component Token API**\n" } ] } ], "bundled": true }