WorkOS · Example Payload

Workos List Connections Example

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Workos List Connections Example is an example object payload from WorkOS, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operationId": "ConnectionsController_list",
  "method": "GET",
  "path": "/connections",
  "summary": "List Connections",
  "request": null,
  "response": {
    "object": "string",
    "data": [
      {}
    ],
    "list_metadata": {
      "before": "conn_01HXYZ123456789ABCDEFGHIJ",
      "after": "conn_01HXYZ987654321KJIHGFEDCBA"
    }
  }
}