Events
ListEventTypes
Lists all event types that you can subscribe to as webhooks or query using the Events API.
get/v2/events/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
Example response
{
"event_types": [
"inventory.count.updated"
],
"metadata": [
{
"api_version_introduced": "2018-07-12",
"event_type": "inventory.count.updated",
"release_status": "PUBLIC"
}
]
}