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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Finicity-App-Key | string | ||
Accept | string |
RESPONSES
status: OK
{"token":"YBh22Sb9Es6e66Q7lWdt"}