List all custom alert statuses for your organization and the allowed colour codes.
curl --request GET \
--url https://api.cloud.blnkfinance.com/alerts/statuses{
"data": [
{
"organization_id": "org_01ABC123",
"key": "PENDING_REVIEW",
"name": "Pending Review",
"colour": "#3B82F6",
"created_at": "2025-01-29T14:00:00Z",
"updated_at": "2025-01-29T14:00:00Z"
}
],
"allowed_colours": [
"#3B82F6", "#10B981", "#F59E0B", "#EF4444", "#8B5CF6",
"#EC4899", "#06B6D4", "#84CC16", "#F97316", "#6366F1",
"#14B8A6", "#A855F7", "#E11D48", "#64748B", "#0EA5E9"
]
}
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.Documentation Index
Fetch the complete documentation index at: https://guide.cloud.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"data": [
{
"organization_id": "org_01ABC123",
"key": "PENDING_REVIEW",
"name": "Pending Review",
"colour": "#3B82F6",
"created_at": "2025-01-29T14:00:00Z",
"updated_at": "2025-01-29T14:00:00Z"
}
],
"allowed_colours": [
"#3B82F6", "#10B981", "#F59E0B", "#EF4444", "#8B5CF6",
"#EC4899", "#06B6D4", "#84CC16", "#F97316", "#6366F1",
"#14B8A6", "#A855F7", "#E11D48", "#64748B", "#0EA5E9"
]
}
Show Status object properties
curl --request GET \
--url https://api.cloud.blnkfinance.com/alerts/statuses{
"data": [
{
"organization_id": "org_01ABC123",
"key": "PENDING_REVIEW",
"name": "Pending Review",
"colour": "#3B82F6",
"created_at": "2025-01-29T14:00:00Z",
"updated_at": "2025-01-29T14:00:00Z"
}
],
"allowed_colours": [
"#3B82F6", "#10B981", "#F59E0B", "#EF4444", "#8B5CF6",
"#EC4899", "#06B6D4", "#84CC16", "#F97316", "#6366F1",
"#14B8A6", "#A855F7", "#E11D48", "#64748B", "#0EA5E9"
]
}