This Get Token API returns the authentication token generated using the client ID and client secret where, grant_type is client_credentials and scope is verify_bank_account.
The access token to be used in Partner Integration APIs.
token_type
The token type of the access token.
expires_in
The expiry time in seconds of the access token.
scope
The scope of the access token.
created_at
The UNIX time stamp when the access token was created.
📘
Note:
The expiry period of the token generated using this API is configurable by you (partner). The expiry period (in seconds) of the token is displayed in the expires_in parameter of the response. For example, in the following response, the value of the expires_in is 7200 seconds: