Skip to content

Product documentation

FgaTuples

The FgaTuples resource.

FgaTuples

The FgaTuples resource.

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

Operations

MethodPathSummaryScopes
GET/api/v1/fga/tuplesFga Tuples Listtenant:fga.read
POST/api/v1/fga/tuplesFga Tuples Writetenant:fga.write

Operation details

GET /api/v1/fga/tuples

Fga Tuples List

  • Operation ID: fgaTuplesList
  • Required scopes: tenant:fga.read

Parameters:

NameInRequiredTypeDescription
objectTypequerynostring
objectIdquerynostring
relationquerynostring
subjectTypequerynostring
subjectIdquerynostring
limitquerynointeger
cursorquerynostring

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/tuples

Fga Tuples Write

  • Operation ID: fgaTuplesWrite
  • Required scopes: tenant:fga.write

Parameters:

NameInRequiredTypeDescription
Idempotency-Keyheadernostring

Request body (required): application/jsonWriteTuplesRequest

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)