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

domainstring required

Specify the domain to check authorization

Example request

{
  "domain": "infomaniak.ch,myradio.ch"
}

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.