SerenAI

Pay Per Call Agentic Commerce

ConnectionsResponse

Properties

PropertyTypeRequiredDescription
connections Array<UserOAuthConnectionResponse> Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "connections"
  ],
  "properties": {
    "connections": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UserOAuthConnectionResponse"
      }
    }
  }
}