Retrieve a list of services for the authenticated user.
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 } ]
OK
The response is of type object[].
object[]
Was this page helpful?