{ "opencollection": "1.0.0", "info": { "name": "Dwolla API - Client Tokens", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "client tokens", "type": "folder" }, "items": [ { "info": { "name": "Create a client token", "type": "http" }, "http": { "method": "POST", "url": "https://api.dwolla.com/client-tokens", "headers": [ { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a client token for secure authentication within Dwolla Drop-in components. Requires a granular permission action and a Customer link to define what operations the end user can perform within the component. Returns a short-lived token for configuring client-side Drop-in components including customer creation, verification, funding source management, and payment processing. Essential for implementing secure, embeddable UI components without exposing application credentials to the frontend." } ] } ], "bundled": true }