---
title: "Get Number Information"
method: POST
path: "/get-number.json"
tags: ["Numbers"]
---

# Get Number Information

`POST /get-number.json`

Get detailed information about a number you have leased.

## Response `200`

Successful response

- object
  - `number` string — Number assigned to your account
  - `price` number — Monthly cost of number leased in account currency
  - `next_charge` string, date — Date of next monthly charge in ISO8601 format (YYYY-MM-DD)
  - `auto_renew` boolean — Returns auto_renew status of number
  - `status` string — Status of number (e.g., active)
  - `error` object
    - `code` string — Error code
    - `header` integer — HTTP status code
    - `description` string — Description of the error

---

[API](https://skmtc.net/kudosity/apis/transmit-sms-api.md) · [All operations](https://skmtc.net/kudosity/apis/transmit-sms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kudosity/transmit-sms-api/revisions/9f6c34b849af/schema)
