Long Arrow Right External Link angle-right Search Times Spinner angle-left

Monitoring API Status - Batch

We do not have a formal health check API call. There are two suggested ways of achieving this.

  1. 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.
  2. 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.