Check Service Health
GEThttps://sandbox.absmartly.io/v1/healthy
A GET request to check that the service is running as expected.
Responses
- 200
- 500
Server is healthy
Server is not healthy
Authorization: X-API-Key
name: X-API-Keytype: apiKeyin: headerrequired: true
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://sandbox.absmartly.io/v1/healthy' \
-H 'X-API-Key: <API_KEY_VALUE>'
ResponseClear