API ReferenceWebhooks
List available event types
GET
/api/v3/webhook_subscriptions/event_typesReturns all event types that can be subscribed to, along with their supported webhook versions.
Authorization
ApiKeyAuth x-api-key<token>
API key authentication
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://backend.composio.dev/api/v3/webhook_subscriptions/event_types"{
"items": [
{
"event_type": "string",
"description": "string",
"supported_versions": [
"V1"
]
}
]
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}