Webhooks
List Webhook Event Types
Returns the list of all supported Webhook Event Types.
AuthorizationBasic <token>
Basic Authorization header using the BASIC scheme. Use a pair companySid:token to access the API.
In: header
Response Body
curl -X GET "https://example.com/v1/Webhooks/types"{ "webhookTypes": [ "string" ]}