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
FAILED
Was this page helpful?