v1

latestOpenAPI 3.1.0UNLICENSED2026-07-2613101.1 MB
Webhooks

List webhook event types

Returns a list of all available webhook event types.

get/webhooks/event-types

Query parameters

accountIdstring

The ID of the account to work with.

Example:F50091

Response

OK

idstring uuid required

The ID of the webhook event type to work with.

namestring required

Webhook event name.

enabledboolean required

Webhook event type availability (whether the webhook is enabled or not).

createdAtstring date-time required

The date the Resource was initially created. ISO 8601 format without milliseconds.

updatedAtstring date-time required

The date the Resource was last modified. ISO 8601 format without milliseconds.

Example response

[
  {
    "id": "da91434a-4026-42ea-84b8-d0317b64af9c",
    "name": "AccountCreated",
    "enabled": true,
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z"
  }
]