---
title: "Verify iProov Challenge"
method: POST
path: "/verify/iproov"
tags: ["iproov"]
---

# Verify iProov Challenge

`POST /verify/iproov`

Verify a completed iProov challenge. Call this end-point after the iProov Client SDK has completed a verification flow.

## Request body

- object
  - `challengeId` string, required — The challenge ID returned when starting the iProov challenge.

## Response `200`

OK

- object
  - `isVerified` boolean, required — True if the user has been successfully verified using iProov.
  - `accessToken` string — A new short-term token with scopes to manage authenticators (e.g. add secondary authenticators, remove authenticators, view or regenerate recovery codes). Only present if the challenge succeeded.

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.net/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/versions/5604d744e3ad/schema)
