Multistream PlatformsUpdate Platform Status

Update Platform Status

Status the platform of a delayed stream

curl -X POST "https://api.5centscdn.com/v2/streams/timeshift/1001/platform/1/status" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "disabled": 0
}'
{
  "result": "success",
  "message": "Platform disabled"
}
POST
/streams/timeshift/{streamid}/platform/{platformid}/status
POST
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)

Content-Typestring
Required

The media type of the request body

Options: application/json
disabledinteger

Set to 1 to disable the platform, 0 to enable it.

Options: 0, 1
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.

Path Parameters

streamidstring
Required

Stream ID

Example:
1001
platformidstring
Required

Platform ID

Example:
1

Body

application/json
disabledinteger

Set to 1 to disable the platform, 0 to enable it.

Allowed values:01

Responses

resultstring

Status of the API response.

messagestring

Human-readable message describing the result.