Fetch your access token to use in requests
POST https://api.finove.com.br/api/auth/authenticate
POST
https://api.finove.com.br/api/auth/authenticate
Use your Client Id and Client Secret to fetch an access token that can be used in API requests. The accessToken is valid for 2 minutes.
clientId
string
Client Id (found in API Keys page in dashboard)
clientSecret
Client Secret (available only when creating an API Key)
{ accessToken: "eyJhbGciOiJSUz...}
Last updated 3 years ago
Was this helpful?