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

The body is of type object.

Response

200
application/json

Details of the purchased fax number

The response is of type object.