---
title: "Check domain access for player"
method: POST
path: "/1/radios/players/{player_uuid}/domain-access"
tags: ["Players"]
---

# Check domain access for player

`POST /1/radios/players/{player_uuid}/domain-access`

This endpoint allows you to check domain access for player.

## Path parameters

- `player_uuid` string, required

## Request body

- object
  - `domain` string, required — Specify the domain to check authorization

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` boolean

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
