Authorizations
Path Parameters
The Integration's heron_id
Query Parameters
Filter to refresh only links for this specific end user
curl --request PUT \
--url https://app.herondata.io/api/integrations/{heron_id}/links \
--header 'x-api-key: <api-key>'
{
"failed_links": [
"item_123",
"item_456"
],
"processed_links": 2
}
Refresh assets reports for an integration and specific end user. This will trigger a refresh operation for all active Plaid assets report links associated with the integration and end user.
curl --request PUT \
--url https://app.herondata.io/api/integrations/{heron_id}/links \
--header 'x-api-key: <api-key>'
{
"failed_links": [
"item_123",
"item_456"
],
"processed_links": 2
}
The Integration's heron_id
Filter to refresh only links for this specific end user
Was this page helpful?