API Reference
OIDC
Platform

Fga

AdminUpdated Sep 11, 2026

Fga

Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.

8 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/fga/stores

List fine-grained (ReBAC) authorization stores.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/fga/stores

Create an FGA authorization store. Owner/admin only.

DELETE /v1/dashboard/accounts/:accountId/instances/:instanceId/fga/stores/:id

Delete an FGA store and its models + tuples. Owner/admin only.

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/fga/stores/:id/models

List a store’s authorization models; the latest includes its full definition.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/fga/stores/:id/models

Write a new (immutable, versioned) authorization model; validated before persist. Owner/admin only.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/fga/stores/:id/read

Read relationship tuples in a store, optionally filtered by user/relation/object.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/fga/stores/:id/write

Write and/or delete relationship tuples in a store. Owner/admin only.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/fga/stores/:id/check

Run a fine-grained access check (user, relation, object) against the store’s latest model.

Was this page helpful?