Box Developer Documentation
 

    Real-time servers

    This resource is used by enpoints in the version 2024.0. For more details, see Box API versioning.

    A list of real-time servers that can be used for long-polling.

    integer (int64)
    1

    The number of items in this response.

    A list of real-time servers

    Response Example

    {
      "chunk_size": 1,
      "entries": [
        {
          "max_retries": "10",
          "retry_timeout": 610,
          "ttl": "10",
          "type": "realtime_server",
          "url": "http://2.realtime.services.box.net/subscribe?channel=cc807c9c4869ffb1c81a&stream_type=all"
        }
      ]
    }