Skip to main content
API version 2024.0 A real-time server that can be used for long polling user events.
type
string
example: realtime_serverThe value will always be realtime_server.
max_retries
string
example: 10The maximum number of retries this server will allow before a new long poll should be started by getting a new list of server.
retry_timeout
integer
example: 610The maximum number of seconds without a response after which you should retry the long poll connection.This helps to overcome network issues where the long poll looks to be working but no packages are coming through.
ttl
string
example: 10The time in minutes for which this server is available.
url
string
example: http://2.realtime.services.box.net/subscribe?channel=cc807c9c4869ffb1c81a&stream_type=allThe URL for the server.
{
  "type": "realtime_server",
  "max_retries": "10",
  "retry_timeout": 610,
  "ttl": "10",
  "url": "http://2.realtime.services.box.net/subscribe?channel=cc807c9c4869ffb1c81a&stream_type=all"
}