Status Page API
Send an issue from the external telemetry tool to Organization status.
Authenticate API requests using an access token.
Include it in the Authorization header as: Bearer TOKEN.
Organization status
The Organization status
Use the Send issue from external telemetry endpoint when an external tool or system detects a problem with a component.
Organization status
However, as we refine the feature, breaking changes may be introduced in future updates.
The Organization status functionality requires an
Authentication
- HTTP: Basic Auth
Authenticate requests with a Nobl9 access key over HTTP Basic auth.
Use the access key Client ID as the username and the Client Secret as the password, sending
Authorization: Basic base64(clientId:clientSecret).
To retrieve your access key credentials, go to the Nobl9 web application > Settings > My user access keys, or ask your organization admin for an API key.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | basic |