---
title: "Get customer verification status"
method: GET
path: "/v1/verification/customers/{customerId}"
tags: ["Verification"]
---

# Get customer verification status

`GET /v1/verification/customers/{customerId}`

## Path parameters

- `customerId` string, required

## Headers

- `X-API-Key` string

## Response `200`

- CustomerVerificationResponseDto
  - `customerId` string, required
  - `sessions` VerificationSessionSummaryDto[], required
    - `sessionId` string, required — Verification session ID
    - `status` string, required — Session status
    - `createdAt` string, required — Session creation timestamp
    - `expiresAt` string, required — Session expiration timestamp
    - `completedAt` string — Session completion timestamp
    - `progressPercentage` number, required — Progress percentage (0-100)
    - `completedSteps` string[], required — Completed step IDs
    - `requiredSteps` string[], required — Required step IDs
    - `verificationUrl` string — Verification URL for the session
    - `fillOnBehalf` boolean — Whether the organization is filling out verification on behalf of the customer

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials

---

[API](https://skmtc.dev/infinite/apis/infinite-api.md) · [All operations](https://skmtc.dev/infinite/apis/infinite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infinite/infinite-api/revisions/5426f2706725/schema)
