Announcement Categories
Announcement Categories help organize your announcements into logical groups, making it easier for users to find relevant updates. Categories can be customized with names and colors to match your prod
Category object
Endpoints
Retrieve all categories belonging to the authenticated company
API key in Authorization header with Bearer prefix (recommended)
Field to sort by
Sort direction
Maximum number of results to return
Cursor for pagination
List of announcement categories
Validation error
Create a new category for the authenticated company
API key in Authorization header with Bearer prefix (recommended)
Name of the category
Hex RGB color code (e.g.,
#ff00ffPattern: ^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$Category created successfully
Validation error or rate limit exceeded
Retrieve a specific category by its encoded ID
API key in Authorization header with Bearer prefix (recommended)
Encoded category ID
Category details
Category not found
Update an existing category
API key in Authorization header with Bearer prefix (recommended)
Encoded category ID
Name of the category
Hex RGB color code (e.g.,
#ff00ffPattern: ^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$Category updated successfully
Validation error or category not found
Delete an existing category
API key in Authorization header with Bearer prefix (recommended)
Encoded category ID
Category deleted successfully
Invalid categoryIdx or category not found
Related
Last updated