Authorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
tuples?array<Tuple>
Get FGA relations
This endpoint allows you to retrieve relations for a given target or resource using Fine-Grained Authorization.
curl -X POST "https://api.descope.com/v1/mgmt/fga/relations" \ -H "Content-Type: application/json" \ -d '{}'{}export interface Response {} Was this helpful?