v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Integration 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

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "id": "int_12345",
    "status": "ACTIVE",
    "apiName": "PLAID",
    "iconUrl": "https://cdn.sandbox.tight.com/icons/banks/56.png"
  }
}