Public
Generate customer_token
Generate a new customer access_token (customer_token).
Authentication: client_id and client_secret
Token handling
Storage
customer_token is highly sensitive since it is needed to conduct many Finverse API operations (including retrieving other sensitive tokens).
Best practices:
* Securely store the token in your back-end
* Never disclose this token externally (e.g. in your front-end).
Renewal
customer_token expires after 1 hour.
Repeat this request for token renewal.
POST
Generate customer_token
Body
application/json
token request
API credentials. These are managed on Finverse developer dashboard (dashboard.finverse.com)
Required string length:
26API credentials
Required string length:
64 - 80Accepted values: grant_type
Maximum string length:
100