OrbixPlay API
Insert & Delete Playlists
OrbixPlay provides simple and secure REST APIs to add or delete playlists on registered devices. Below you will find the full documentation including endpoints, headers, request body, fields, and responses.
OrbixPlay provides simple and secure REST APIs to add or delete playlists on registered devices. Below you will find the full documentation including endpoints, headers, request body, fields, and responses.
Adds a new playlist for a specific device.
Endpoint
POST https://apis.orbixplay.com/add-playlistHeaders
Request Body
{
"query": {
"deviceid": "<device-id>",
"playlistName": "<playlist-name>",
"username": "<username>",
"password": "<password>",
"host": "<host-url-or-code>"
}
}Fields
Response
Deletes all playlists matching the provided deviceid and customer key.
Endpoint
POST https://apis.orbixplay.com/delete-playlistsHeaders
Request Body
{
"query": {
"deviceid": "<device-id>"
}
}Response