All API requests have a base URL of:

https://example.com/api/v1/

The connection may be HTTP if you're not running Cachet with SSL.

The demo page uses https://demo.cachethq.io/api/v1 as the base URL.

πŸ“˜

Don't forget to use your own URL!

The URL provided above is an example domain, you must provide your own when running requests.

Versioning

Cachet's API is currently at version 1. This is represented by the v1 section in the Base URL.

This means that the API will only gain new features and ideally, nothing should change. A change may only occur if a bug is introduced between minor versions.

❗️

Cachet vs API Version

API versions do not match the version of Cachet you're using.