v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBIntegration Management
Refresh integration
Refresh an integration for the given id
post/v6/integrations/{id}/refresh
Path parameters
idstring required
The id of the integration
Response
Success
Example response
{
"data": {
"id": "int_12345",
"status": "ACTIVE",
"apiName": "PLAID",
"iconUrl": "https://cdn.sandbox.tight.com/icons/banks/56.png"
}
}