{ "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" } } ] }