---
title: "Number Insight API"
method: POST
path: "/check"
---

# Number Insight API

`POST /check`

This endpoint helps for Number lookup or Number Insight for a particular phone number

## Request body

- object
  - `phone_number` string, required — phone_number should be set to a phone number starting with a country code E.g +254, +234
  - `type` string, required — type is based on the type of data you want to see about a number. This could be basic or core or standard

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `number` object
      - `number` string
      - `international_format_number` string
      - `national_format_number` string
      - `country_code` string
      - `country_code_iso3` string
      - `country_name` string
      - `country_prefix` string
  - `errors` unknown
  - `message` string
  - `status` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/sendchamp/apis/send-sms.md) · [All operations](https://skmtc.dev/sendchamp/apis/send-sms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sendchamp/send-sms/revisions/399d08f054ce/schema)
