Status¶
https://{cluster-id}.api.esales.apptus.cloud/api/v2/status
GET¶
Deprecated
This endpoint is part of an API that has been deprecated and its end of life is 2024-04-20. All endpoints in this API version, including this, will be removed. Please upgrade to the latest version before 2024-04-20.
All API changes can be found here:
This endpoint will be replaced by status.
More information regarding the API versioning strategy can be found here.
The status endpoint can be used to check if the service is available.
Request¶
curl -i \
-X GET \
"https://{cluster-id}.api.esales.apptus.cloud/api/v2/status"
Response¶
Response codes¶
Status | Description |
---|---|
200 | Service is active and responds to requests. |
503 | Service unavailable, contact support. |