cURL
curl --request GET \ --url https://www.lormex.xyz/api/services
{ "items": [ { "slug": "example-service", "name": "Example Service", "online": 1250, "status": "online" } ], "page": 1, "pageSize": 10, "total": 45 }
Get a paginated list of all available services
Show Service Object
curl -X GET "https://www.lormex.xyz/api/services?page=1&pageSize=10"