/api/v1/informative/servicesAvailable Services. Returns active services only. Use each item's slug as service in ordering and pricing requests.
Example
curl "https://www.1001sms.com/api/v1/informative/services" -H "Authorization: Bearer YOUR_API_KEY"Response
{
"success": true,
"data": [
{
"id": "clx_service",
"name": "Google",
"slug": "google",
"price": "0.50",
"popular": true,
"iconPath": "https://www.1001sms.com/icons/google.svg"
}
]
}