English
cURL
curl -i -X OPTIONS "https://api.box.com/2.0/events" \ -H "authorization: Bearer <ACCESS_TOKEN>"
{ "chunk_size": 1, "entries": [ { "type": "realtime_server", "url": "http://2.realtime.services.box.net/subscribe?channel=cc807c9c4869ffb1c81a&stream_type=all", "ttl": "10", "max_retries": "10", "retry_timeout": 610 } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
Returns a paginated array of servers that can be used instead of the regular endpoints for long-polling events.
A list of real-time servers that can be used for long-polling.
The number of items in this response.
1
A list of real-time servers.
Show child attributes
Was this page helpful?