POST
/
shop
/
numbers
/
purchase
curl --request POST \
  --url https://restapi.fax.plus/v3/shop/numbers/purchase \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "item_id": "<string>"
}'
{
  "number": "<string>"
}

Authorizations

Authorization
string
header
required

OAuth2 Authorization Grant

Body

application/json
Request to purchase a fax number
item_id
string
required

The fax number item_id to purchase

Response

200
application/json
Details of the purchased fax number
number
string
required

The purchased fax number