Exchange your client credentials for an access code.
The type of access token you want to request.
client_credentials Your client ID.
"<client_id>"
Your client secret.
"<client_secret>"
A space delimited list of scopes your access token should be provisioned to allow.
account_number/read, account_number/read_write, ach/read, ach/read_write, wire/read, wire/read_write, instant_payment/read, instant_payment/read_write, event/read, internal_transfer/read, internal_transfer/read_write, lending/read, lending/read_write, entity/read, entity/read_write, funding/read, funding/read_write, subledger_balance/read, subledger_balance/read_write "ach/read"
Successful token exchange
A Base64 access token.
"AN_ACCESS_TOKEN"
The token type.
"Bearer"
A space delimited list of scopes your access token is provisioned for.
"ach/read account_number/read"
The number of seconds the access token will expire in.
86400