v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
User Notifications

Create a notification snooze for the caller

Creates a snooze rule that suppresses portal notifications matching the supplied tags for the calling portal user until the expires_at timestamp. Returns the newly created snooze with its assigned id. To create a snooze for a different user, use createSnoozeByUser.

post/v6/notifications/snoozes

Request body

commentstring required
expires_atstring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

having_exactly_tagsstring[] required

Example request

{
  "expires_at": "2025-10-24T02:00:00-07:00"
}

Response

Created notification snooze.

commentstring required
expires_atstring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

having_exactly_tagsstring[] required
snooze_idstring required

Example response

{
  "expires_at": "2025-10-24T02:00:00-07:00"
}