Skip to main content
Cachet believes your service status should be open and transparent, so all GET requests are public and require no authentication.
Authenticated requests (those that POST, PUT or DELETE) require an API token.

API token

API tokens are the preferred method of authentication. Once you have your token you’ll need to add a new request header of Authorization: Bearer $TOKEN: