Get Status
This endpoint allows you to check that status of the system.
GET
https://api.cloudlayer.io/v1/url/getStatusMake a GET request to get the status of the system.
GET
/url/getStatus
Will return "ok" if the system is operational with no known issues.
{ "status": "ok " }
Copied!