cURL
curl --request POST \ --url https://undrctrl.id/api/v2/ \ --header 'Content-Type: application/json' \ --data '{ "key": "apiKey", "action": "services" }'
[ { "service": 1, "name": "Followers", "type": "Default", "category": "First Category", "rate": 0.9, "min": 50, "max": 10000, "refill": true, "cancel": true } ]
Retrieve a list of services for the authenticated user.
The API key to fetch the service details
API key
"apiKey"
Action to be performed, set to services
services
"services"
OK
1
"Followers"
"Default"
"First Category"
0.9
50
10000
true
Was this page helpful?