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

NameTypeDescription

clientId

string

Client Id (found in API Keys page in dashboard)

clientSecret

string

Client Secret (available only when creating an API Key)

{
    accessToken: "eyJhbGciOiJSUz...}

Last updated