-
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
Subscription & API Key Management
Subscription & API Key Management: IPTV access is sold as a user subscription in the UMVA dashboard and is billed from the user's USD wallet.
User dashboard area: /user/iptv
Current subscription behavior:
- New IPTV subscriptions currently cost $100.00 USD per month.
- Billing is deducted from the user's USD wallet.
- New subscriptions are created as
activeand expire one month from activation. - Auto-renew is enabled by default for new subscriptions.
- Renewal billing cycles supported by the user area are
1,3,6, and12months.
User actions available in the IPTV dashboard:
- Create a new subscription
- View subscription details
- Renew a subscription
- Toggle auto-renew
- Cancel a subscription
- Regenerate the API key
- Update subscription settings such as the display name
Important integration notes:
- If an API key is regenerated, old integrations using the previous key stop working immediately.
- If a subscription expires or is cancelled, IPTV API requests return authorization errors until renewed.
- The recommended flow is: create subscription → copy API key → call
/channels→ use returned proxiedchannel_urlvalues for playback.
Example playback flow:
- Authenticate using the IPTV API key.
- Fetch channels from
GET /api/iptv/channels. - Show channel metadata such as
channel_name,channel_country,channel_type, andchannel_thumb. - Pass the returned
channel_urlto your IPTV player or frontend application.