Players
Check domain access for player
This endpoint allows you to check domain access for player.
post/1/radios/players/{player_uuid}/domain-access
Path parameters
player_uuidstring required
The universally unique identifier (UUID) of the player to request.
Request body
Example request
{
"domain": "infomaniak.ch,myradio.ch"
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.