Services
Retrieve the list of services available for a given country.
Endpoint
GET /numbers/mixed/
Request
GET https://detect.expert/api/v1/numbers/mixed/
X-Api-Key: YOUR_API_KEY
Response
[
{
"name": "Telegram",
"service_code": "tg"
},
{
"name": "Twitter",
"service_code": "tw"
},
{
"name": "WhatsApp",
"service_code": "wa"
},
{
"name": "Google",
"service_code": "go"
},
{
"name": "Facebook",
"service_code": "fb"
}
]
Use the service_code value as service_code when booking a number.