Streams

Get introduction file

This endpoint allows you to get the introduction file for a stream.

get/1/radios/streams/{stream_uuid}/introduction-file

Path parameters

stream_uuidstring required

The universal unique identifier (ID) of the stream to request.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.