---
title: "Get number information"
method: GET
path: "/accounts/{user_id}/numbers/{number}"
tags: ["Numbers"]
---

# Get number information

`GET /accounts/{user_id}/numbers/{number}`

Get information about a single purchased/assigned fax number (Permitted scopes: **fax:all:read**, **fax:numbers:read**)

## Path parameters

- `user_id` string, required
- `number` string, required

## Response `200`

Object containing number information

- Number
  - `acquired_date` string, required — Date and time at which the number was acquired
  - `assigned_to` string[], required — IDs of the user to whom this number is assigned
  - `expiration_date` string — Number expiration date, might be blank
  - `id` string, required — Number ID
  - `is_canceled` boolean — True if number is canceled but not yet deleted
  - `notifications` object[]
    - `email` boolean
    - `push_notification` boolean
    - `type` string
  - `number` string, required — Fax number
  - `owner_id` string, required — Number owner ID
  - `status` 'waiting_verification' | 'active', required — Status of your fax number e.g. active, inactive.

## Other responses

- `400` — Error object in case there's a problem with given data
- `404` — Requested resource was not found
- `500` — Error object in case there's a server error

---

[API](https://skmtc.net/fax/apis/fax-plus-rest-api.md) · [All operations](https://skmtc.net/fax/apis/fax-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fax/fax-plus-rest-api/revisions/c1afc85d2c15/schema)
