Get connection
Returns a specific connection for a company when valid identifiers are provided. If the identifiers are for a deleted company and/or connection, a not found response is returned.
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.
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 6 of the 52 revisions of this API.412
- ○
for the
pathrequest parametercompanyId, the type/format was generalized from/tostring/uuidrequest-parameter-type-generalized
- ○
- ▲
the response property
integrationKeybecame optional for the status200response-property-became-optional
- ▲
- ○
for the
pathrequest parametercompanyId, the type/format was generalized fromstring/uuidto/request-parameter-type-generalized
- ○
- ▲
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
- ●