AccessToken
OAuth2 access token response from the Moov API.
BankingEmbedded FinanceFinancial InfrastructureMoney MovementPaymentsTransfers
Properties
| Name |
Type |
Description |
| access_token |
string |
The bearer token to include in API request headers. |
| token_type |
string |
Token type, always "bearer". |
| expires_in |
integer |
Number of seconds until the token expires. |
| scope |
string |
Space-separated list of granted permission scopes. |
JSON Schema