Reporting check-ins
To report a check-in, simply send a GET request to the endpoint URL you received when creating the check-in:
curl https://api.honeybadger.io/v1/check_in/XyZZyYou 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:
curl https://api.honeybadger.io/v1/check_in/PROJECT_API_KEY/my_identifierYou can find more information on using check-ins here.