ReferenceConnections
Reactivate Connection
Reactivate a disabled connection. Sets status to needs_verification.
Path Parameters
connection_id*string
Format
uuidHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08/reactivate"{
"config": {},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"hasCredentials": true,
"id": "string",
"isDefault": true,
"isFromTemplate": true,
"lastUsedAt": "2019-08-24T14:15:22Z",
"lastVerifiedAt": "2019-08-24T14:15:22Z",
"name": "string",
"provider": "string",
"slug": "string",
"status": "needs_verification",
"templateId": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"verificationError": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}List Connections
List connections for the current tenant. Supports two pagination modes: - **Offset mode** (default): Use `limit` and `offset` params. Returns total count. Best for data tables with page jumping. - **Cursor mode**: Provide `cursor` param. Returns `next_cursor` for infinite scroll. Best for list views and mobile apps.
Set Default Connection
Set a connection as the default for its provider.