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 ofAuthorization: Bearer $TOKEN:
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Learn how to authenticate with the Cachet API
GET requests are public and require no authentication.POST, PUT or DELETE) require an API token.
Authorization: Bearer $TOKEN:
curl -H "Content-Type: application/json;" -H "Authorization: Bearer YOUR_KEY_HERE" -d '{"name":"API","description":"An example description","status":1}' https://v3.cachethq.io/api/components