Developers
Health Check
Check the operational status of ASAPP’s API platform
ASAPP provides a simple endpoint to check if our API services are operating normally. You can use this to verify the platform’s availability or implement automated health monitoring.
Checking API Health
Send a GET request to the health check endpoint:
A successful response will return:
The status will be either SUCCESS
when operating normally or FAILED
if there are service disruptions.
Was this page helpful?