Service List (action=services)
1. Service list – action=services
Description:
Returns a list of all active Lab services.
Parameters
key(required)action(required) =services
Example request
POST https://umva.net/api/lab
key=YOUR_API_KEY
action=services
Example response
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": 50,
"max": 10000,
"refill": true,
"cancel": true,
"dripfeed": false
}
]Notes
rateis the price per 1000 units (API discounted rate).refill,cancel, anddripfeedindicate provider capabilities for the service.