Skip to main content

Find a Stream by ID

GET 

/streams/:id

Permissions

The API token must include the following scopes: Video.

Request

Path Parameters

    id uuidrequired

    Unique ID of the stream

Responses

OK

Schema

    iduuid

    A unique identifier for the stream

    urlstring

    RTMP or RTMPS url. This must be the address of a server accepting incoming RTMP/RTMPS streams.

    Example: rtmp://broadcaster
    stream_typestring

    The type of stream.

    Example: rtmp
    widthinteger

    The stream's width.

    heightinteger

    The stream's height.

    fpsinteger

    The stream's fps

    Example: 20
    created_atdate-time
    updated_atdate-time