Skip to main content
GET
Get Accounts Summary Async
Use the 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

x-api-key
string

Security feature that grants access to this endpoint.

Content-Type
string
default:application/json
required

Content type of the request.

Example:

"application/json"

Path Parameters

customerId
string
default:43387ca6-0391-4c82-857d-70d95f087ecb
required

Unique GUID provided by Flinks.

requestId
string
required

Unique identifier provided after a successful request to the Authorize endpoint.

Response

Result

HttpStatusCode
integer
Accounts
object[]
Login
object
Institution
string
RequestId
string