cURL
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>" }
Purchase an available fax number. (Permitted scopes: fax:all:edit, fax:shop:edit)
OAuth2 Authorization Grant
Request to purchase a fax number
The body is of type object.
object
Details of the purchased fax number
The response is of type object.