Skip to main content
POST
Generate customer_token

Body

application/json

token request

client_id
string
required

API credentials. These are managed on Finverse developer dashboard (dashboard.finverse.com)

Required string length: 26
client_secret
string
required

API credentials

Required string length: 64 - 80
grant_type
string
required

Accepted values: grant_type

Maximum string length: 100

Response

Success

access_token
string
required

(SENSITIVE) Customer access token (referred to as customer_token)

expires_in
integer<int64>
required

Token validity length (in seconds)

issued_at
string<date-time>
required

Token issue time

token_type
string
required

Possible values: Bearer