WorkOS · Example Payload

Workos Authenticationfactorscontroller Get Example

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Workos Authenticationfactorscontroller Get 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "AuthenticationFactorsController_get",
  "method": "GET",
  "path": "/auth/factors/{id}",
  "summary": "Get Factor",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "object": "authentication_factor",
        "id": "auth_factor_01FVYZ5QM8N98T9ME5BCB2BBMJ",
        "type": "totp",
        "user_id": "user_01E4ZCR3C56J083X43JQXF3JK5",
        "totp": {
          "issuer": "WorkOS",
          "user": "user@example.com"
        },
        "created_at": "2026-01-15T12:00:00.000Z",
        "updated_at": "2026-01-15T12:00:00.000Z"
      }
    }
  ]
}