Get Accounts Summary Async
Banking Account Linking
/GetAccountsSummaryAsync
Get pending requests from GetAccountsSummary.
GET
Get Accounts Summary Async
Use theDocumentation Index
Fetch the complete documentation index at: https://docs.flinks.com/llms.txt
Use this file to discover all available pages before exploring further.
GetAccountsSummaryAsync endpoint to get pending requests from /GetAccountsSummary.
To successfully call this endpoint, you must first call the Authorize endpoint to obtain a valid requestId.
Checking if the request is still pending
When you receive a 202 HTTPS response from/GetAccountsSummary stating that your request is still pending, you must call the /GetAccountsSummaryAsync endpoint every 10 seconds to check if the data is finished processing for a maximum of 30 minutes.
Your request will likely take a few seconds to process, but setting a 30 minute timeout avoids infinite loops of this request.
Receiving the data after it’s processed
You’ll get a 200 HTTP response when the data is finished processing. The API delivers the data to you as a JSON payload in a standard format, and your servers can start to handle it in the way that your use case is set up to.Headers
Security feature that grants access to this endpoint.
Content type of the request.
Example:
"application/json"
Path Parameters
Unique GUID provided by Flinks.
Unique identifier provided after a successful request to the Authorize endpoint.