We do not have a formal health check API call. There are two suggested ways of achieving this.
- The very first batch call you make: https://batch.click2mail.com/v1/batches can serve as your health check. If it returns successfully, then the service is up and running correctly.
- If your monitoring software is separate from code base that calls the batch APIs, we recommend the following call as your health-check:
GET https://batch.click2mail.com/v1/batches/<batch-id>. The GET call returns the status of the batch-id you specify.
You can sign up for status alerts on status.click2mail.com.
Carly Brown
Comments