Service
Health and status.
1 endpoint · base URL https://api.aerscheduler.com
get
/healthNo auth requiredHealth check
Answers 200 while the service is up. Not rate limited, and does not use the standard { data } envelope.
Responses
200 | OK | The service is up. |
Example request
curl https://api.aerscheduler.com/health \
-H "Authorization: Bearer $AERSCHEDULER_TOKEN"