GET
/
webhook-event-types
List webhook event types
curl --request GET \
  --url https://api.reply.io/v3/webhook-event-types \
  --header 'X-API-Key: <api-key>'
[
  "<string>"
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Query Parameters

type
string

If specified, returns details for this specific event type only

Response

200 - application/json

Webhook event types retrieved successfully

List of all event types (when type query param is not provided)