---
title: "Get Collection OTP"
method: POST
path: "/collections/otp"
---

# Get Collection OTP

`POST /collections/otp`

This endpoint is used to verify phone numbers before collections. In a case where you already have a system in place to verify phone numbers in your application(KYC), we can whitelist your account so you don't have to use this endpoint again

## Request body

- object
  - `phone` string — Phone number in international format

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `pinId` string
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
