Arcade · Example Payload

Arcade Engine Test Authorization Flow Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Test Authorization Flow Example is an example object payload from Arcade, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operation": "test-authorization-flow",
  "method": "POST",
  "path": "/v1/auth/validate_custom_verifier",
  "summary": "Test Authorization Flow",
  "request": {
    "user_id": "string",
    "verifier_url": "string"
  },
  "response": {
    "flow_id": "string",
    "next_uri": "string"
  }
}