---
title: "Verify an authentication factor"
method: POST
path: "/api/cis/v1/factors/{factorId}/verify"
tags: ["Factors"]
---

# Verify an authentication factor

`POST /api/cis/v1/factors/{factorId}/verify`

## Path parameters

- `factorId` string, uuid, required

## Headers

- `x-tenant-id` string, required

## Request body

- object
  - `code` string, required

## Response `200`

Factor verified

- Factor
  - `id` string, uuid
  - `identityId` string, uuid
  - `type` 'EMAIL_OTP' | 'SMS_OTP' | 'PASSWORD' | 'TOTP'
  - `status` 'PENDING' | 'VERIFIED' | 'REVOKED'
  - `handle` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Invalid code, expired, or already verified
- `404` — Resource not found

---

[API](https://skmtc.net/stalela/apis/stalela-cis-customer-identity-service-api.md) · [All operations](https://skmtc.net/stalela/apis/stalela-cis-customer-identity-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stalela/stalela-cis-customer-identity-service-api/versions/3065faad0b6b/schema)
