From d9ebd8940e182d74cde2e1f3bec9c3d6b4e7a704 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Mon, 10 Nov 2025 09:34:55 -0500 Subject: [PATCH] Mention streaming hostname configuration value discovery requirement --- content/en/methods/streaming.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/methods/streaming.md b/content/en/methods/streaming.md index b6231b3717..bd1567fe9e 100644 --- a/content/en/methods/streaming.md +++ b/content/en/methods/streaming.md @@ -20,6 +20,13 @@ aliases: [ #TableOfContents ul ul ul {display: none} +## Hostname discovery + +Depending on server configuration details, the streaming API may be served from a different hostname than the other portions of the REST API. All path values documented here are relative to that hostname value. Clients should first obtain the hostname value by either: + +- Extracting the `configuration.urls.streaming` value from the [instance endpoint](../instance). +- Making a REST API request to the `api/v1/streaming` endpoint on the regular host. This will redirect to the streaming server URL if configured, or return Not Found when the same host should be used. + ## Event types and payloads {#events} `update`