Checking API Health
Send a GET request to the health check endpoint:SUCCESS when operating normally or FAILED if there are service disruptions.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check the operational status of ASAPP’s API platform
curl https://api.sandbox.asapp.com/v1/health \
-H "asapp-api-id: YOUR_API_ID" \
-H "asapp-api-secret: YOUR_API_SECRET"
{
"healthCheck": "SUCCESS"
}
SUCCESS when operating normally or FAILED if there are service disruptions.Was this page helpful?