---
title: "Verify Security Code"
method: GET
path: "/verify-security-code"
tags: ["Telephony"]
---

# Verify Security Code

`GET /verify-security-code`

Check if a security code sent via SMS Verify or Phone Verify is valid

## Query parameters

- `security-code` string, required
- `limit-by` string

## Response `200`

OK

- VerifySecurityCodeResponse — Structure of verify-security-code
  - `verified` boolean, required — True if the code is valid

## 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)
