Retrieve a webhook event type

Returns the details of a given webhook event type, based on its webhookEventTypeId.

SecurityCommonAuth
Request
path Parameters
webhookEventTypeId
required
string <uuid>

The ID of the webhook event type to work with.

Example: da91434a-4026-42ea-84b8-d0317b64af9c
query Parameters
accountId
string

The ID of the account to work with.

Example: accountId=F50091
Responses
200

OK

get/webhooks/event-types/{webhookEventTypeId}
Request samples
Response samples
application/json
{
  • "id": "da91434a-4026-42ea-84b8-d0317b64af9c",
  • "name": "AccountCreated",
  • "enabled": true,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z"
}