curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/integration_links \
--header 'x-api-key: <api-key>'{
"links": [
{
"item_id": "M5eVJqLnv3tbzdngLDp9FL5OlDNxlNhlE55op",
"created": "2020-01-01T00:00:00Z",
"last_successful_sync": "2020-01-01T00:00:00Z",
"last_updated": "2020-01-01T00:00:00Z",
"status": "active",
"status_message": "[ITEM_LOGIN_REQUIRED] the login details of this item have changed (credentials, MFA, or required user action) and a user login is required to update this information. use Link's update mode to restore the item to a good state",
"type": "plaid_assets_report"
}
]
}Get a list of integration links for a specified end user
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/integration_links \
--header 'x-api-key: <api-key>'{
"links": [
{
"item_id": "M5eVJqLnv3tbzdngLDp9FL5OlDNxlNhlE55op",
"created": "2020-01-01T00:00:00Z",
"last_successful_sync": "2020-01-01T00:00:00Z",
"last_updated": "2020-01-01T00:00:00Z",
"status": "active",
"status_message": "[ITEM_LOGIN_REQUIRED] the login details of this item have changed (credentials, MFA, or required user action) and a user login is required to update this information. use Link's update mode to restore the item to a good state",
"type": "plaid_assets_report"
}
]
}The end_user_id or heron_id of EndUser
OK
Show child attributes
Unique identifier for each bank connection made by your end users. In Plaid this is the 'item_id'.
"M5eVJqLnv3tbzdngLDp9FL5OlDNxlNhlE55op"
When the integration link was created in Heron system
"2020-01-01T00:00:00Z"
When the integration link was last successfully synced
"2020-01-01T00:00:00Z"
When the integration link was last updated in Heron system
"2020-01-01T00:00:00Z"
The integration link status
pending, active, syncing, erroring, sync_disabled, deleted_in_plaid "active"
A message describing the 'erroring' status of the integration link
"[ITEM_LOGIN_REQUIRED] the login details of this item have changed (credentials, MFA, or required user action) and a user login is required to update this information. use Link's update mode to restore the item to a good state"
The integration link type, inherited from the integration: plaid_assets_report or plaid_integration
"plaid_assets_report"
Was this page helpful?