v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
Integrations

Refresh assets reports for integration links

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.

put/api/integrations/{heron_id}/links

Path parameters

heron_idstring required

The Integration's heron_id

Query parameters

end_user_id_or_heron_idstring

Filter to refresh only links for this specific end user

Response

Assets reports refresh completed successfully

failed_linksstring[] required

Array of item_ids that failed to refresh

processed_linksinteger required

Number of links processed for refresh

Example response

{
  "failed_links": [
    "item_123",
    "item_456"
  ],
  "processed_links": 2
}