cURL
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" }
The API Health check endpoint enables you to check the operational status of our API platform.
Successfully retrieved response from Health Server.
Response for health check.
Was this page helpful?