Create Access Token

POST {{baseUrl}}/aggregation/v2/partners/authentication

Send Partner ID and Partner Secret to the Partner Authentication service to obtain a token for accessing Finicity APIs. * The token is valid for two hours and is required on all calls to the Finicity APIs * As a best practice, use a single token for all calls. Assign a timestamp for each token, and then check the current timestamp before making any calls. If the token is greater than 90 minutes, generate a new one. * ⚠️ After five failed attempts to authenticate, your account will be locked. Contact support@finicity.com to get help resetting your account.

Supported regions: πŸ‡ΊπŸ‡Έ

Request Body

{"partnerId"=>"{{partnerId}}", "partnerSecret"=>"{{partnerSecret}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Finicity-App-Keystring
Acceptstring

RESPONSES

status: OK

{"token":"YBh22Sb9Es6e66Q7lWdt"}