Stream InfoList Source Streams

List Source Streams

Return the parents of a Delayed stream

curl -X GET "https://api.5centscdn.com/v2/streams/timeshift/parents" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "result": "success",
  "parents": [
    {
      "code": "72358,stream",
      "name": "5cc_ts/testt/test"
    }
  ]
}
GET
/streams/timeshift/parents
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Responses

resultstring

Status of the API response.

parentsarray

List of parent streams available for delayed stream configuration.