GET
/
api
/
workers
/
{workerId}
/
deployments
/
{deploymentId}
/
voice
/
customWebhooks
JavaScript
import BrainbaseLabs from 'brainbase-labs';

const client = new BrainbaseLabs({
  apiKey: 'My API Key',
});

await client.workers.deployments.voice.customWebhooks.list('deploymentId', { workerId: 'workerId' });

Authorizations

x-api-key
string
header
required

API key authentication

Path Parameters

workerId
string
required
deploymentId
string
required

Response

200

List of custom webhooks