Last updated 17 days ago
Was this helpful?
Listen events
/events
curl -L \ --url 'https://api.bytenite.com/v1/customer/events' \ --header 'Authorization: YOUR_API_KEY'
{ "result": { "event": "text", "data": { "@type": "text", "ANY_ADDITIONAL_PROPERTY": "anything" } }, "error": { "code": 1, "message": "text", "details": [ { "@type": "text", "ANY_ADDITIONAL_PROPERTY": "anything" } ] } }