Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.instantly.ai/api/v2/webhooks/event-types \ --header 'Authorization: Bearer <token>'
{ "event_types": [ { "id": "email_sent", "label": "Email Sent", "type": "standard" } ] }
Get all available webhook event types including custom labels
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes