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