v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBIntegrations
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
Example response
{
"failed_links": [
"item_123",
"item_456"
],
"processed_links": 2
}