List Webhook Endpoints

GET /api/v1/webhooks/

List your registered webhook endpoints for transcript.created events. Enterprise (earningscalls.dev) / Ultra (earningsapi.io) only.

Example request

curl "https://earningscalls.dev/api/v1/webhooks/" \
  -H "X-API-Key: YOUR_API_KEY"

Authenticate with your API key in the X-API-Key header (or api_key query parameter). Get a key on the pricing page. Try any endpoint interactively in the Swagger console, and see the full OpenAPI spec.

← All API endpoints