Skip to main content
GET
Launch Media Pipeline

Description

This endpoint retrieves information about a specific RTMP channel using its channel_id. Use this as part of the RTMP streaming workflow to check the status or details of your RTMP channel. See the Quickstart guide for more information.

Authentication

This endpoint requires an API Key.
Include your API key in the x-api-key header:

Request

  • Method: GET
  • Endpoint: /v1/rtmp_channel/{channel_id}
  • Path Parameter:
    • channel_id (string, required): Channel ID

Response

  • Status: 200 OK
  • Content-Type: application/json

Example Usage (cURL)

Authorizations

X-API-Key
string
header
required

Path Parameters

channel_id
string
required

Channel ID

Response

Successful Response

The response is of type string.