Get OAuth access token
Authentication
Get OAuth access token
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.
POST
Get OAuth access token
Body
application/x-www-form-urlencoded
OAuth grant type for machine-to-machine access.
Available options:
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.
Example:
"wallet:read payout:create transaction:read"

