CoworkerNotifications
Get one CoworkerNotification
Retrieve a single CoworkerNotification record by its Id.
GET
Get one CoworkerNotification
A CoworkerNotification represents a push notification sent to a customer (coworker). Notifications are generated by the system in response to various events such as new blog posts, community messages, invoices, identity checks, and more.
Notifications are read-only — they can be listed and retrieved but not created or modified via the API.
The
NotificationType field indicates the source event. Common values include:
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerNotification-Read role.Path Parameters
integer
required
The Id of the CoworkerNotification record to retrieve.
Code Examples
Response
200
integer
ID of the coworker linked to this record.
string
The notification message body displayed to the coworker.
string
The type of event that triggered this notification (e.g. blog, community-event, coworkerinvoice, push-notification).
integer
The ID of the entity related to this notification (e.g. the blog post, invoice, or thread that triggered it).
boolean
Whether the coworker has dismissed this notification.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one CoworkerNotification