latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

snoozes

List available snooze labels

Retrieves the list of predefined snooze labels available for your team (e.g., "meeting", "lunch", "break", "training"). Each label includes translations in multiple languages when configured. Use this endpoint to discover valid snooze names before calling PUT /users/{userId}/snooze.

Permission: No specific permission required. A valid API key is sufficient.

Monitoring: Not needed. This route works regardless of the Monitoring flag.

get/snoozes

Response

Successful operation

namestring
labelstring
label_frstring
label_enstring
label_esstring
colorstring

Example response

{
  "name": "name",
  "label": "label",
  "label_fr": "label",
  "label_en": "label",
  "label_es": "label",
  "color": "CDCDCD"
}