Product documentation
FgaCheck
The FgaCheck resource.
FgaCheck
The FgaCheck resource.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
POST | /api/v1/fga/check | Fga Check Check | tenant:fga.check + tenant:fga.read |
POST | /api/v1/fga/expand | Fga Check Expand | tenant:fga.read |
POST | /api/v1/fga/list-objects | Fga Check List Objects | tenant:fga.check + tenant:fga.read |
Operation details
POST /api/v1/fga/check
Fga Check Check
- Operation ID:
fgaCheckCheck - Required scopes:
tenant:fga.check+tenant:fga.read
Request body (required): application/json → CheckRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |
POST /api/v1/fga/expand
Fga Check Expand
- Operation ID:
fgaCheckExpand - Required scopes:
tenant:fga.read
Request body (required): application/json → ExpandRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |
POST /api/v1/fga/list-objects
Fga Check List Objects
- Operation ID:
fgaCheckListObjects - Required scopes:
tenant:fga.check+tenant:fga.read
Request body (required): application/json → ListObjectsRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |