---
title: "Submit Verification Code"
method: POST
path: "/user/auth/verify/"
tags: ["Consumer Verification and Lookup"]
---

# Submit Verification Code

`POST /user/auth/verify/`

Once the customer has received the SMS code, it must be sent  to Katapult to complete the verification of their phone number.

## Request body

- object
  - `phone` string
  - `code` string

## Response `202`

Successful Verification

---

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