URL: https://api.stringeex.com/v1/buynumber/buy
HTTP method: POST
Content-Type: application/json
Custom HTTP header: Name: X-STRINGEE-AUTH Value: JSON web token (JWT), see StringeeX API REST Authentication
Sample request:
{
"numberPhoneStoreId": 100,
"numberCountryCode": "84"
}
Sample response:
{"pccNumberId":"NU_W074T6KEX35YYX9I","r":0,"msg":"Success"}
URL: https://api.stringeex.com/v1/buynumber/list?inputDigits=66&selectTelco=1
HTTP method: POST
Content-Type: application/json
Custom HTTP header: Name: X-STRINGEE-AUTH Value: JSON web token (JWT), see StringeeX API REST Authentication
Sample response:
{
"status": 200,
"message": "Load numberstore success!",
"data": {
"numbers": [
{
"id": 99,
"number": "916888666",
"sip_trunk": 10,
"voice_enabled": 1,
"sms_enabled": 0,
"monthly_price": "1.00",
"setup_fee": "1.00",
"available": 1,
"telco": 1,
"telco_id": 1,
"country_code": "84",
"country_iso_code": "vn",
"country_name": "Vietnam",
"telco_name": "Mobifone (mobile number)",
"id_buy_number": null,
"email_buy_number": null
}
],
"totalPages": 1,
"page": 1
}
}