SignSecureSignSecure Docs
Health

Health Check

Check if the API server is healthy. No authentication required.

GET
/health

Check if the API server is healthy. No authentication required.

Response Body

application/json

curl -X GET "https://api.signsecure.com/api/v1/health"
{
  "status": "healthy",
  "timestamp": "2019-08-24T14:15:22Z",
  "version": "1.0.0"
}