The Public API format supports authentication via API key authentication. It has the format:
https://{hostname}/{api-version}/{area}/[path]?[parameters]
For the Public API format, the components of the URL are:
- hostname: api.debounce.io; bulk.debounce.io; disposable.debounce.io
- api-version: The API versions required to use in the path, for example
v1
. - area: The supported query types are metrics, events, and queries.
- path: Provides more specifics to the requests such as which metric to query.
- parameters: These parameters specify the details of the data and depend on the query path.