Arcade · Example Payload

Arcade Engine Session Verification Settings Get Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Session Verification Settings Get Example is an example object payload from Arcade, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathsummaryresponse

Example Payload

Raw ↑
{
  "operation": "session-verification-settings-get",
  "method": "GET",
  "path": "/v1/admin/settings/session_verification",
  "summary": "Get Session Verification Settings",
  "response": {
    "unsafe_skip_verification": true,
    "unsafe_skip_verification_choice_allowed": true,
    "verifier_url": "string"
  }
}