Fetch Access Token
Fetch your access token to use in requests
Fetch access token
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.
Request Body
Name
Type
Description
clientId
string
Client Id (found in API Keys page in dashboard)
clientSecret
string
Client Secret (available only when creating an API Key)
Last updated