Long code Order Numbers
API to order local numbers
POST https://api.cakes.com/api_smsc/v1/did/order
This endpoint allows you to order local numbers.
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
number
string
It should be that number which you are trying to buy.
{
"success": true,
"payload": {
"items": [
{
"number": "2084081063",
"status": "success",
"vendor_id": "49c78fec-7ad9-4c8c-9237-d7588241f67c",
"dnl_status": "success"
}
],
"total": 1,
"page": 0,
"per_page": 1
}
}
{ "message": "TN is not available"}Last updated
Was this helpful?