Unlink connection
This allows you to deauthorize a connection, without deleting it from Codat. This means you can still view any data that has previously been pulled into Codat, and also lets you re-authorize in future if your customer wishes to resume sharing their data.
Path parameters
Unique identifier for your SMB in Codat.
Unique identifier for a company.
Unique identifier for a company's data connection.
Unique identifier for a connection.
Request body
Response
OK
Example response
{
"id": "ee2eb431-c0fa-4dc9-93fa-d29781c12bcd",
"integrationId": "bf083d72-62c7-493e-aec9-81b4dbba7e2c",
"integrationKey": "dfxm",
"sourceId": "bdd831ce-eebd-4896-89a7-20e5ee8989ee",
"platformName": "Basiq",
"linkUrl": "https://link-api.codat.io/companies/86bd88cb-44ab-4dfb-b32f-87b19b14287f/connections/ee2eb431-c0fa-4dc9-93fa-d29781c12bcd/start",
"status": "Linked",
"lastSync": "2022-10-27T10:22:43.6464237Z",
"created": "2022-10-27T09:53:29Z",
"sourceType": "Banking"
}Changes
Changed in 5 of the 52 revisions of this API.412
- ▲
the response property
integrationKeybecame optional for the status200response-property-became-optional
- ▲
- ▲
the response property
dataConnectionErrorsbecame nullable for the status200response-property-became-nullable
- ▲
- ▲
the response property
connectionInfobecame nullable for the status200response-property-became-nullable
- ▲
the response property
lastSyncbecame nullable for the status200response-property-became-nullable
- ▲
- ●
removed the optional property
additionalPropertiesfrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the optional property
dataConnectionErrors/items/resolvedOnUtcto the response with the200statusresponse-optional-property-added
- ○
added the optional property
dataConnectionErrors/items/statusto the response with the200statusresponse-optional-property-added
- ○