List webhook event types
Returns a list of all available webhook event types.
GET
List webhook event types
Authorizations
Query Parameters
The ID of the account to work with.
Example:
"F50091"
Response
200 - application/json
OK
The ID of the webhook event type to work with.
Example:
"da91434a-4026-42ea-84b8-d0317b64af9c"
Webhook event name.
Maximum string length:
256Example:
"AccountCreated"
Webhook event type availability (whether the webhook is enabled or not).
Example:
true
The date the Resource was initially created. ISO 8601 format without milliseconds.
The date the Resource was last modified. ISO 8601 format without milliseconds.
Example:
[
{
"id": "da91434a-4026-42ea-84b8-d0317b64af9c",
"name": "AccountCreated",
"enabled": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]List webhook event types