v1

latestOpenAPI 3.0.32026-07-17542197.8 KB
Notification

Get an in-app notification

Return the requested notification by its ID.

get/v1/notifications/{id}

Response

OK

idstring required

Unique identifier of the in-app notification.

titlestring required

Title of the in-app notification.

descriptionstring required

Description of the in-app notification.

recipientstring required

ID of the user who got notified.

readboolean required

Whether the notification was read by the user.

created_atstring date-time required

Date when the todo item was created.

updated_atstring date-time nullable required

Date when the in-app notification was updated.

Example response

{
  "id": "9bsv0s46s6s002p9ltq0",
  "title": "Do something great",
  "description": "Make the world a better place!"
}