All Services
Returns the full list of service codes available for compatibility requests.
GET http://privatesms.vip/stubs/handler_api.php?api_key={apikey}&action=getServicesList
Request Parameters
| Name | Description |
api_key | Personal API key from the client account. |
action | Must be getServicesList. |
Response Examples
200 OK
{
"status": "success",
"services": [
{
"code": "uk",
"name": "Airbnb"
}
]
}
Available Services
| Icon | Code | Name | Internal Code |
 |
uk |
Airbnb |
- |
 |
am |
Amazon |
amazon |
 |
wx |
Apple |
- |
 |
dr |
Chatgpt |
- |
 |
ds |
Discord |
discord |
 |
fb |
Facebook |
facebook |
 |
go |
Google |
google |
 |
ig |
Instagram |
instagram |
 |
mm |
Microsoft |
- |
 |
fu |
Snapchat |
- |
 |
tg |
Telegram |
telegram |
 |
temu |
Temu |
- |
 |
lf |
TikTok |
tiktok |
 |
oi |
Tinder |
- |
 |
vi |
Viber |
- |
 |
wa |
WhatsApp |
whatsapp |
Error Responses
| Status | Server response | Description |
| 401 | BAD_KEY | The API key is invalid. |
| 400 | BAD_ACTION | The action value is invalid. |
| 500 | SERVER ERROR | Unexpected internal server error. |
| 403 | BANNED | The account is disabled. |