BixelDocs
API reference

The watch event-type catalog

GET
/v1/watch/event-types

Every event type a watch can deliver - pricing_changed, feature_added, technology_removed, and the rest - each bound to its dimension, plus the watch_test sample type. Discover the vocabulary here instead of hardcoding it; integration platforms read this for dynamic trigger setup.

Authorization

AuthorizationBearer <token>

bx_-prefixed API key. Free keys: https://bixel.com/account/

In: header

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/v1/watch/event-types"
{  "data": {    "event_types": [      {        "type": "string",        "dimension": "string",        "description": "string"      }    ]  },  "meta": {    "generated_at": "2019-08-24T14:15:22Z",    "count": 0,    "total": 0,    "next_cursor": "string",    "notice": "string",    "window": {      "served_from": "string",      "earliest_event_at": "string",      "events_beyond_window": true    }  }}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}