POST
/v1/mgmt/authz/re/createAuthorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
relations?array<Relation>
Create a list of authz relations.
curl -X POST "https://api.descope.com/v1/mgmt/authz/re/create" \ -H "Content-Type: application/json" \ -d '{}'{}export interface Response {} Was this helpful?