---
title: "Get Platform Access"
method: GET
path: "/api/platform/access"
tags: ["platform"]
---

# Get Platform Access

`GET /api/platform/access`

Return the caller's effective dock operator grants for SPA nav hints.

## Response `200`

Successful Response

- PlatformAccessResponse — Caller-effective dock operator grants for SPA hinting.
  - `user` string, required
  - `applicationInstance` AccessFlags, required — Six standard FGA relations materialized as booleans.
    - `target` string, required
    - `canRead` boolean
    - `canEdit` boolean
    - `canOwn` boolean
    - `canReadData` boolean
    - `canEditData` boolean
    - `canOwnData` boolean
  - `modules` object
  - `sharableEntities` object

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
