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> (webhookEventTypeId) <= 36 characters

The ID of the webhook event type to work with.

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

The account ID to filter the response with (required for user-level API key).

Example: accountId=F50091
Responses
200

OK

400

Bad request

401

Unauthorised

403

Forbidden

404

Not found

405

Method not allowed

415

Unsupported media type

429

Too many requests

500

Internal server error

get/webhooks/event-types/{webhookEventTypeId}
Request samples
Response samples
application/json
{
  • "id": "da91434a-4026-42ea-84b8-d0317b64af9c",
  • "name": "AccountCreated",
  • "enabled": true,
  • "createdAt": "2021-01-30T08:30:00Z",
  • "updatedAt": "2021-01-30T08:30:00Z"
}