Arcade · Example Payload

Arcade Engine Confirm User Auth Flow Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Confirm User Auth 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": "confirm-user-auth-flow",
  "method": "POST",
  "path": "/v1/auth/confirm_user",
  "summary": "Confirm User Authorization",
  "request": {
    "flow_id": "string",
    "user_id": "string"
  },
  "response": {
    "auth_id": "string",
    "next_uri": "string"
  }
}