Apikey (http_api_key)
To access the API you must authenticate using a custom key created via the API console.
The key should be passed in the X-Api-Key header.
For Example: X-Api-Key: mycirrus-123456-AABBCCDD11223344
.
To create a key, go to the API console and click the "Create API key" button.
When creating an API key you must choose the permissions for that key. These scopes control what the key can access:
instruments:read
- Allows read access to instruments and related informationinstruments:write
- Allows write access to instruments and related informationinstruments:action
- Allows actions to be performed on instrumentsdata.live:read
- Allows read access to live datadata.noise:read
- Allows read access to noise datadata.enviro:read
- Allows read access to environmental data (weather, particulates, gases, vibration)data.events:read
- Allows read access to event datadata.audio:read
- Allows read access to audio datadata.system:read
- Allows read access to system health data (calibrations, SIC, monitor stats)webhooks:read
- Allows read access to webhookswebhooks:write
- Allows write access to webhooks