APIOverview

API reference

Observer's public REST API. Authenticated with API keys scoped per organisation.

The Observer API lives at https://api.use.observer/api/v1. All endpoints require an Authorization: Bearer <api_key> header. Keys are scoped per organisation and per capability (read:metrics, write:incidents, etc.).

Pick an operation from the sidebar to view its parameters, request / response schemas, and a working curl example.

For config-as-code, the observer command-line tool wraps the config endpoints so you can apply and export from version control. See Command-line tool.