Stream state changes
GET/v1/changes
Stream account state changes as an EventSource
A long-lived Server-Sent Events stream rather than a normal request and response. The connection stays open until the client closes it.
Request
Responses
- 200
- 401
- 403
- 429
- 500
Returns an open EventSource stream of account state changes.
Authentication failed - the access token is missing, invalid, or was not accepted
Access denied - the access token does not grant permission for this operation (token scope, account, or IP address restriction)
Rate limit exceeded - too many requests were made with this access token
Internal server error - an unexpected error occurred while processing the request