---
title: "SMS Verify"
method: POST
path: "/sms-verify"
tags: ["Telephony"]
---

# SMS Verify

`POST /sms-verify`

Send a unique security code to any mobile device via SMS

## Response `200`

OK

- SMSVerifyResponse — Structure of sms-verify
  - `number-valid` boolean, required — True if this a valid phone number
  - `security-code` string, required — The security code generated, you can save this code to perform your own verification or you can use the <a href="https://www.neutrinoapi.com/api/verify-security-code/">Verify Security Code API</a>
  - `sent` boolean, required — True if the SMS has been sent

## Other responses

- `400` — Your API request has been rejected. Check error code for details
- `403` — You have failed to authenticate
- `500` — We messed up, sorry! Your request has caused a fatal exception
- `default` — We messed up, sorry! Your request has caused an error

---

[API](https://skmtc.net/neutrinoapi/apis/neutrino-api.md) · [All operations](https://skmtc.net/neutrinoapi/apis/neutrino-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neutrinoapi/neutrino-api/revisions/4ebd6b56de42/schema)
