-
Getting Started
-
Domains
- Authentication & Headers
- Get Domain Pricing
- Search Domain Availability
- List Domains
- Register Domain
- Transfer Domain
- Get Registrar Domain Info
- Change Nameservers
- Registrar Lock (Enable/Disable)
- Whois Privacy (Toggle)
- Dns Management (Get/Set)
- Get Epp/Authorization Code
- Renew Domain
- Restore Expired Domain
- Get Local Domain Details
- Register Custom Nameserver (Glue Record)
- List Contact Profiles
- Create Contact Profile
- Update Contact Profile
- Assign Contacts To Domain
-
SMM | Lab (SEO)
-
Hosted Payments
-
Crypto Payments
-
Messaging
-
WhatsApp API
-
Email API
-
IPTV
Countries & Types
Countries & Types: These helper endpoints return available filter values for building IPTV browsers, dashboards, and selector UIs.
1. Countries Endpoint: GET /countries
curl "https://umva.net/api/iptv/countries"
Countries Response Example:
{
"success": true,
"data": [
"France",
"Rwanda",
"United Kingdom",
"United States"
]
}
2. Types Endpoint: GET /types
curl "https://umva.net/api/iptv/types"
Types Response Example:
{
"success": true,
"data": [
"Entertainment",
"Movies",
"Music",
"News",
"Sports"
]
}
Notes:
- These endpoints return distinct non-empty values from the active channel dataset.
- They are useful for preloading filters before calling
/channels.