Skip to main content

IntegrationResponseSchema

idstring<uuid>required
nameName (string)required
typeType (string)required
descriptionDescription (string)required
is_activeIs Active (boolean)required
is_verifiedIs Verified (boolean)required
health_statusHealth Status (string)required
health_messageHealth Message (string)required
usage_countUsage Count (integer)required
last_used_at object
anyOf
string
last_verified_at object
anyOf
string
tagsstring[]required
created_atCreated At (string)required
updated_atUpdated At (string)required
IntegrationResponseSchema
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"type": "string",
"description": "string",
"is_active": true,
"is_verified": true,
"health_status": "string",
"health_message": "string",
"usage_count": 0,
"last_used_at": "string",
"last_verified_at": "string",
"tags": [
"string"
],
"created_at": "string",
"updated_at": "string"
}