Retrieves the list of services.
[
{
"id": 123,
"name": "vm1",
"expire": 1589879028,
"status": "active"
},
{
"id": 1234,
"name": "example.com",
"expire": 1589642018,
"status": "suspended"
},
...
]
{ "error": "Could not find any services"}
Retrieves additional information from the service, such as price, technical specifications...
{
"id": 123,
"title": "VPS2",
"category": "VP2",
"description": "FR-VPS-2",
"details": {
"cpu": "2vCPU",
"ram": "4 Go RAM",
"ddos": "Anti-DDoS Pro",
"disk": "100 Go HDD (SoftRaid)",
"network": "250 Mb/s (Best effort)",
"bandwidth": "Bande passante illimitée"
},
"name": "vm1",
"status": "active",
"expire": 1589879028,
"price": 7.99
}
{ "error": "Could not find service details" }