GET
/
services
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
  }
]

Response

200
application/json
OK

The response is of type object[].