Paragon · Example Payload

Permissions Check Access Example

Embedded IntegrationsIntegration InfrastructureiPaaSAI AgentsMCPIntegrations

Permissions Check Access Example is an example object payload from Paragon, 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": {
    "subject": "user:user@example.com",
    "relation": "viewer",
    "object": "file:rec_01HX9Z7Q4DPMHC2BC9R1Q1F2GH"
  },
  "response": {
    "allowed": true
  }
}