v1

latestOpenAPI 3.0.0Apache 2.02026-07-143281,4552.1 MB
WebhookSubscriptions

ListWebhookEventTypes

Lists all webhook event types that can be subscribed to.

get/v2/webhooks/event-types

Query parameters

api_versionstring

The API version for which to list event types. Setting this field overrides the default version used by the application.

Response

Success

event_typesstring[]

The list of event types.

Example response

{
  "event_types": [
    "inventory.count.updated"
  ],
  "metadata": [
    {
      "api_version_introduced": "2018-07-12",
      "event_type": "inventory.count.updated",
      "release_status": "PUBLIC"
    }
  ]
}