GET
/
v1
/
health
curl --request GET \
  --url https://api.sandbox.asapp.com/v1/health \
  --header 'asapp-api-id: <api-key>' \
  --header 'asapp-api-secret: <api-key>'
{
  "healthCheck": "SUCCESS"
}

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Response

200
application/json
Successfully retrieved response from Health Server.

Response for health check.

healthCheck
string

Health Check status of the ASAPP services.