Skip to main content
GET
/
v3
/
{customerId}
/
BankingServices
/
GetWealthNightlyRefreshStatus
Get Nightly Refresh Status on Investments
curl --request GET \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/BankingServices/GetWealthNightlyRefreshStatus/
{
  "HttpStatusCode": 0,
  "IneligibleWealths": [
    {}
  ]
}
Specific Endpoint to get a breakdown of Refresh Errors.

Get Nightly Refresh Status on Investments

The /GetWealthNightlyRefreshStatus endpoint can be used to reliably return the status of any unsuccessful or incomplete ‘refresh’ requests. You will require an Authentication Secrets Key in order to utilize this endpoint. The most common response you will receive from this endpoint will be a 200 OK with an empty array on IneligibleWealths (indicating that all nightly requests were successful). When a nightly refresh has stalled and/or failed - you will be returned the following information on that connection to handle as required. This includes the Institution, the LoginId (unique identifier for the user), the LastRefreshDate (the last attempted refresh), the LastRefreshState (the end state of the last refresh) and the LastRefreshErrorCode (the reason why we were unable to complete the connection). This will be returned as a list per unsuccessful connection. You should then be able to handle these errors and prompt your user to reconnect if applicable. Please note that this endpoint will only return users where the nightly refresh has been unsuccessful and reasoning why. It will not return any information about successful connections. In order to enable refreshes, you will need to ensure that you have the parameter scheduleRefresh=true enabled in your Flinks Connect integration.

You must authenticate first

Please note that you will need to provide a private Authentication key in order to use this endpoint. If you do not have one already provided, contact your Flinks Representative.

Still unsure?

If you’re still unsure how to use the /GetWealthNightlyRefreshStatus endpoint, contact your Flinks Representative and we’ll work with you to make sure it is implemented correctly.

Headers

Authorization
string
default:Bearer {API Secret}

Contains the Bearer Token (the API secret key that Flinks provides you with).

Path Parameters

customerId
string
required

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.

Response

OK

HttpStatusCode
integer
default:0
IneligibleWealths
object[]