connections

GET /v1/streaming/streams

The organisation's live streaming channels.

Tutti gli endpoint connections

Autenticazione

Invia una chiave API come bearer token. Questo endpoint non specifica un permesso specifico nella specifica, quindi assegna alla tua chiave i permessi minimi necessari e verifica la risposta invece di fare supposizioni.

Questo endpoint non richiede alcun ID organizzazione. La tua chiave identifica già l'organizzazione a cui appartiene e la risposta è limitata ad essa.

Provalo

Sostituisci qualsiasi elemento tra parentesi angolari con i tuoi valori e il segnaposto key con una chiave dalla tua dashboard.

curl -X GET https://api.zinndigital.com/v1/streaming/streams \
  -H "Authorization: Bearer zdk_live_…"

Hai effettuato l'accesso? La console API nella tua dashboard inserisce il tuo ID organizzazione reale e la tua chiave personale, ed esegue la richiesta sull'API live in modo da poter vedere la risposta effettiva. Apri questo endpoint nella console API

Dettagli

Live channels on the **customer's own** streaming account (owner ruling 2026-08-28: Gcore is sold BYO only). Connect one at `/v1/connections/streaming_gcore` first. ⛔⛔ **The RTMP/SRT push URL is deliberately absent from this response and must never be added to it.** It is a credential, not an address: anyone holding that string can broadcast as the customer. The provider's own API treats it as a secret — it offers a "reset push token" call — and the driver strips it on every list read. `state` is `idle` (channel enabled, nothing arriving), `processing`, `ready` (bytes are arriving now) or `failed`. ⛔ *Enabled* and *live* are different questions: rendering an enabled-but-silent channel as live sends a customer to publish a player against a manifest with nothing behind it.

Risposta

NomeTipoObbligatorioChe cos'è
streamsLiveStream[]

Errori che questo endpoint può restituire

401 · 429