Auth0 · Example Payload

Auth0 Fga Check Example

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Auth0 Fga Check Example is an example object payload from Auth0, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.{region}.fga.dev/stores/{store_id}/check",
    "headers": {
      "Authorization": "Bearer {FGA_API_TOKEN}",
      "Content-Type": "application/json"
    },
    "body": {
      "tuple_key": {
        "user": "user:anne",
        "relation": "reader",
        "object": "document:planning-doc"
      },
      "authorization_model_id": "01HVMYWA..."
    }
  },
  "response": {
    "allowed": true,
    "resolution": ""
  }
}