Exchange your OAuth client credentials for a short-lived access token. Submit this request as application/x-www-form-urlencoded. Use the returned Bearer token on subsequent calls to /api/external/* endpoints. Client credentials tokens do not return refresh tokens.
OAuth grant type for machine-to-machine access.
client_credentials OAuth client identifier from your Blaaiz dashboard.
OAuth client secret from your Blaaiz dashboard.
Space-separated list of scopes assigned to your OAuth credentials. Request all or a subset of the scopes from your credential.
"wallet:read payout:create transaction:read"