---
title: "Purchase a number"
method: POST
path: "/shop/numbers/purchase"
tags: ["Shop"]
---

# Purchase a number

`POST /shop/numbers/purchase`

Purchase an available fax number. (Permitted scopes: **fax:all:edit**, **fax:shop:edit**)

## Request body

- PurchaseNumberRequest
  - `item_id` string, required — The fax number item_id to purchase

## Response `200`

Details of the purchased fax number

- PurchasedNumber
  - `number` string, required — The purchased fax number

## Other responses

- `400` — Error object in case there's a problem with given data
- `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)
