Get Connection status
Last updated
Last updated
You can find four different statuses when retrieving a connection status:
PENDING
Connection is still importing data for the first time. This status rarely lasts for more than 5 minutes
READY
Last information extraction for the connection was correct. To know when it happenned, look at the lastSync
field
UPDATING
Connection information is currently being updated. Typically related to manual updates.
ERRORED
Last information extraction encountered an error. To know more about it, look at errorDetails
field.
Found inside the errorDetails object, it indicates the reason for the error happenning
Retrieve the status of a given connection if it belongs to the current app
Token to identify the connection
Successfully retrieved connection status
Alphanumeric unique identifier of length 10 for the connection.
"AAAAA11111"
Status for the current connection.
Error details for a connection
ID for the entity that the connection was done for
"santander"
Timestamp in UTC at which the connection was created
Timestamp in UTC at which the connection was last updated (even if it errored)
Timestamp in UTC at which the connection was last successfully updated and synced with the entity
Update token used to launch manual updates to the connection. It is consumed after use
Indicates if the connection has 2FA
Indicates if the connection has the credentials stored for recurrent automatic updates
External ID that can be indicated to group multiple connections under the same identifier
"TEST"