Authorizations
API key authentication
Response
Custom webhook details
import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
  apiKey: 'My API Key',
});
await client.workers.deployments.voice.customWebhooks.retrieve('webhookId', {
  workerId: 'workerId',
  deploymentId: 'deploymentId',
});import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
  apiKey: 'My API Key',
});
await client.workers.deployments.voice.customWebhooks.retrieve('webhookId', {
  workerId: 'workerId',
  deploymentId: 'deploymentId',
});API key authentication
Custom webhook details