cURL
curl --request GET \ --url https://undr.sh/items/services/
[ { "service": "1", "name": "Followers", "type": "Default", "category": "First Category", "average": "23 minutes", "description": "Example description", "rate": "0.90", "min": "50", "max": "10000", "refill": true, "cancel": true, "dripfeed": false } ]
Retrieve a list of available services along with their details and descriptions.
OK
The response is of type object[].
object[]
Was this page helpful?