---
title: "Get Phonenumbers"
method: GET
path: "/phonenumbers"
tags: ["Look-up"]
---

# Get Phonenumbers

`GET /phonenumbers`

This API allows you to retrieve relevant information about a designated phone number or multiple phone numbers. It returns metadata that indicates if the phone number is a valid cell phone number and provides information about the carrier associated with the number.

This API has the capability to verify information for a maximum of 10 phone numbers in a single call.

## Query parameters

- `numbers` string[]
- `type` string

## Response `200`

Success

- PhoneNumberResponseListExternalApiResponseNew
  - `data` PhoneNumberResponse[], nullable
    - `number` string, nullable
    - `carrierCode` string, nullable
    - `carrierName` string, nullable
    - `type` string, nullable
  - `appCode` string, nullable
  - `message` string, nullable
  - `isError` boolean

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/ministrybytext/apis/pbt-api-documentation.md) · [All operations](https://skmtc.net/ministrybytext/apis/pbt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ministrybytext/pbt-api-documentation/versions/ca6e9c8f430d/schema)
