Last updated 2 months ago
Was this helpful?
Listen events
GET /v1/customer/events HTTP/1.1 Host: api.bytenite.com Authorization: YOUR_API_KEY Accept: */*
A successful response.(streaming responses)
{ "result": { "event": "text", "data": { "@type": "text", "ANY_ADDITIONAL_PROPERTY": "anything" } }, "error": { "code": 1, "message": "text", "details": [ { "@type": "text", "ANY_ADDITIONAL_PROPERTY": "anything" } ] } }