AerScheduler

Service

Health and status.

1 endpoint · base URL https://api.aerscheduler.com

get/healthNo auth required

Health check

Answers 200 while the service is up. Not rate limited, and does not use the standard { data } envelope.

Responses

200OKThe service is up.
Example request
curl https://api.aerscheduler.com/health \
  -H "Authorization: Bearer $AERSCHEDULER_TOKEN"