Get webhook event types
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
Array of:
WebhookEventTypeChild
| Property | Description | Type |
|---|---|---|
| webhookEventTypeId | The identifier for the webhook event type | integer (int32) |
| webhookEventTypeName | The name of the webhook event type | string |
Example Response
[
{ "webhookEventTypeId": 1, "webhookEventTypeName": "string"
}
]