Skip to content

Product documentation

FgaCheck

The FgaCheck resource.

FgaCheck

The FgaCheck resource.

Base URL: https://api.stg.thoryn.org

Operations

MethodPathSummaryScopes
POST/api/v1/fga/checkFga Check Checktenant:fga.check + tenant:fga.read
POST/api/v1/fga/expandFga Check Expandtenant:fga.read
POST/api/v1/fga/list-objectsFga Check List Objectstenant: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/jsonCheckRequest

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — 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/jsonExpandRequest

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — 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/jsonListObjectsRequest

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)