cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/health-check \ --header 'Content-Type: application/json' \ --data '{ "data": [ { "data": {} } ] }'
[ { "output": { "status": "ok", "data": { "hello": "world" } } } ]
Health check for our internal system
Rate limit: Maximum 60 requests in a window of 1m.
API Request Body
The body is of type object.
object
API Response Body
The response is of type object[].
object[]