---
title: "Verify an Identity"
method: POST
path: "/identities/{identity_id}/verifications"
---

# Verify an Identity

`POST /identities/{identity_id}/verifications`

Verify an `Identity`.

## Path parameters

- `identity_id` string, required

## Headers

- `Finix-Version` string
- `Content-Type` string

## Request body

- unknown

## Response `200`

The `Identity` was successfully verified.

## Other responses

- `400` — Bad Request. The server cannot process the request due to malformed syntax or invalid data.
- `401` — Unauthorized. Authentication is required and has failed or has not been provided.
- `403` — Forbidden. The client is authenticated but does not have permission to access the resource.
- `406` — Not Acceptable. The server could accept the submitted request. Confirm how the request was formatted and submitted.

---

[API](https://skmtc.net/finix/apis/finix-api-reference.md) · [All operations](https://skmtc.net/finix/apis/finix-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finix/finix-api-reference/versions/5426f6f99c52/schema)
