---
title: "Get Administration Access"
method: GET
path: "/v1/admin/access"
tags: ["admin"]
---

# Get Administration Access

`GET /v1/admin/access`

Report whether the caller may use the deployment administration surface.

The one endpoint here that answers 200 for everybody. The rest refuse a
non-operator with 404 so they do not confirm they exist, which leaves a
dashboard nothing to gate its navigation on but a failed request; this says
the same thing without one. It publishes only the caller's own standing,
which they could establish by trying an endpoint anyway.

## Response `200`

Successful Response

- DeploymentAdminAccessPublic — Whether the caller may reach the deployment administration surface. The one endpoint in that surface that answers 200 for everybody, and deliberately: the rest refuse with 404 so they do not confirm they exist, which leaves the dashboard nothing to gate its navigation on but a failed request. This says the same thing a caller could learn by trying, without the try.
  - `granted` boolean, required

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/7f178e92b56c/schema)
