/Authorize Endpoint/Authorize endpoint is used to initiate a new session and retrieve cached banking data for a specific user.
requestId/GetAccountsSummary, /GetAccountsDetailand /GetStatements/Authorize:
RequestId can be used to make calls to other data retrieval endpoints.
Note on the HTTP status code
🕒 LastRefresh is in UTC.203, MFA is required. You must:
The Bearer Token (API secret key).
Content type of the request.
"application/json"
Acceptable response media type.
"application/json"
Unique GUID provided by Flinks that grants you access to the environment specified in the instance field. By default, the value is the key for the toolbox environment.
"43387ca6-0391-4c82-857d-70d95f087ecb"
Username used to connect to the financial institution
"greatday"
Password used to connect to the financial institution
"everyday"
Unique identifier of the financial institution
"FlinksCapital"
Preferred language for the connection process (en | fr)
"en"
Access token associated with a customer account
true = cached mode, false = live mode
false
If set to true, all collected data and credentials will be saved after the request is completed.
true
Custom string to attach to a specific request.
Required for MFA. Pass the RequestId received in the 203 response.
Pass this parameter if you received a 203 response from the /Authorize endpoint and are calling it a second time to complete MFA questions. This parameter contains the user's responses to the MFA questions, where keys are the prompts and values are arrays of answers.
Authorization successful - Session opened and RequestId can be used for subsequent data calls
HTTP status code
200
List of available data endpoints
[
{
"rel": "AccountsDetail",
"href": "/GetAccountsDetail",
"example": null
},
{
"rel": "AccountsSummary",
"href": "/GetAccountsSummary",
"example": null
},
{
"rel": "Statements",
"href": "/GetStatements",
"example": null
}
]Name of the financial institution
"FlinksCapital"
End user's technical login information
{
"Username": "Greatday",
"IsScheduledRefresh": false,
"LastRefresh": "2026-01-21T20:47:47.145999",
"Type": "Personal",
"Id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}Unique identifier of the financial institution
14
Name of the financial institution
"FlinksCapital"
Unique request identifier used for subsequent data calls
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"