curl https://api.bota.dev/v1/webhook-endpoints \ -H "Authorization: Bearer sk_live_..."
{ "data": [ { "id": "we_abc123", "url": "https://example.com/webhooks/bota", "events": ["recording.uploaded", "transcription.completed"], "description": "Production webhook", "status": "enabled", "metadata": null, "created_at": "2025-01-15T10:30:00Z" }, { "id": "we_def456", "url": "https://staging.example.com/webhooks", "events": ["*"], "description": "Staging webhook", "status": "disabled", "metadata": null, "created_at": "2025-01-10T08:00:00Z" } ], "has_more": false }
Retrieve all webhook endpoints for your project
secret