Developer Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Account Event Stream

The Account Event Stream will emit every event that is associated with your account. This includes all events for every user on your account, plus calls to any lines or campaigns, texts to or from any number, any and all call progress events for all users and lines on the account, and various others. Any event that has your account id attached to it will be sent to you in real time.

This stream requires elevated privileges to use.

Events

{"type":"startaccounteventrequest"}
{"type":"startaccounteventresponse", "success":true}


{"type":"stopaccounteventrequest"}
{"type":"stopaccounteventresponse", "success":true}


All events on the stream will have {"type":"accountevent"} and will contain various other data properties, depending on the event.

{"type":"accountevent", ...}