Alerts
List alert statuses
List all custom alert statuses for your organization and the allowed colour codes.
GET
List all custom alert statuses for your organization and the allowed colour codes. Use this to build status pickers and show name/colour for each status.
Authorization
Blnk Cloud APIs support any one of the following authentication methods. All of them work with yourCLOUD_API_KEY or OAUTH_ACCESS_TOKEN.
Pass X-blnk-key: CLOUD_API_KEY or X-blnk-key: OAUTH_ACCESS_TOKEN.
Response
array
Array of custom status objects for the organization.
array
List of hex colour codes allowed when creating or updating a status.
string
Organization ID that owns the status.
string
Unique key for the status (e.g. PENDING_REVIEW). Used when setting an alert’s status and in update/delete URLs.
string
Display name for the status.
string
Hex colour code for the status (one of allowed_colours).
timestamp
ISO 8601 timestamp when the status was created.
timestamp
ISO 8601 timestamp when the status was last updated.