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
Example response
[
{
"id": "da91434a-4026-42ea-84b8-d0317b64af9c",
"name": "AccountCreated",
"enabled": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]