Events


Listen events

get

Listen events

Authorizations
Responses
200
A successful response.(streaming responses)
get
GET /v1/customer/events HTTP/1.1
Host: api.bytenite.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "result": {
    "event": "text",
    "data": {
      "@type": "text",
      "ANY_ADDITIONAL_PROPERTY": "anything"
    }
  },
  "error": {
    "code": 1,
    "message": "text",
    "details": [
      {
        "@type": "text",
        "ANY_ADDITIONAL_PROPERTY": "anything"
      }
    ]
  }
}

Last updated

Was this helpful?