provider workspace GET /v1/workspace/webhooks
@utdk/elevenlabs /v1/workspace/webhooks
List Workspace Webhooks
List all webhooks for a workspace
include_usages query
Whether to include active usages of the webhook, only usable by admins
boolean
xi-api-key header
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.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
getWorkspaceWebhooksRoute
GET/v1/workspace/webhooks
List all webhooks for a workspace

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

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.getWorkspaceWebhooksRoute({
  "include_usages": false
})