Arcade · Example Payload

Arcade Engine Auth Connections List Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Auth Connections List 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": "auth-connections-list",
  "method": "GET",
  "path": "/v1/admin/user_connections",
  "summary": "List Auth Connections",
  "response": {
    "items": [
      {
        "connection_id": null,
        "connection_status": null,
        "id": null,
        "provider_description": null,
        "provider_id": null,
        "provider_type": null,
        "provider_user_info": null,
        "scopes": null,
        "user_id": null
      }
    ],
    "limit": 1,
    "offset": 1,
    "page_count": 1,
    "total_count": 1
  }
}