POST
/v1/mgmt/authz/re/has
Check to see if a list of relations exist
Takes a list of relations and checks which exist.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
AuthorizationRequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
relationQueriesarray<object>
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?