v5

OpenAPI 3.1.02026-08-043621,4011.8 MB
workspace

List Workspace Webhooks

List all webhooks for a workspace

get/v1/workspace/webhooks

Query parameters

include_usagesboolean

Whether to include active usages of the webhook, only usable by admins

Whether to include active usages of the webhook, only usable by admins

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

Successful Response

Example response

{
  "webhooks": [
    {
      "auth_type": "hmac",
      "created_at_unix": 123456789,
      "is_auto_disabled": false,
      "is_disabled": false,
      "most_recent_failure_error_code": 404,
      "most_recent_failure_timestamp": 123456799,
      "name": "My Webhook",
      "usage": [
        {
          "usage_type": "ConvAI Settings"
        }
      ],
      "webhook_id": "123",
      "webhook_url": "https://elevenlabs.io/example-callback-url"
    }
  ]
}