Reporting Check-Ins

To report a check-in, simply send a GET request to the endpoint URL you received when creating the check-in:

bash
curl https://api.honeybadger.io/v1/check_in/XyZZy

You can also send an email (no subject or body required) to XyZZy@report.hbchk.in, where XyZZy is the same (case-sensitive) ID from the endpoint URL.

If you specify a slug for a check-in, you can use that slug and the project's API key in the URL rather than the ID:

bash
curl https://api.honeybadger.io/v1/check_in/Your project API key/my_identifier

You can find more information on using check-ins here.