v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBIntegration Management
Save integration
Save (or update an existing) integration
post/v6/integrations/{id}
Path parameters
idstring required
The id of the integration
Request body
Example request
{
"status": "ACTIVE",
"customData": {
"internal_key": "some_internal_key",
"some_other_field": 23434
}
}Response
Success
Example response
{
"data": {
"id": "int_12345",
"status": "ACTIVE",
"apiName": "PLAID",
"iconUrl": "https://cdn.sandbox.tight.com/icons/banks/56.png"
}
}