Skip to content
Pile
Esc
navigateopen⌘Jpreview

List notification preferences

GET/workspaces/{organizationId}/notification-preferences
Path parameters
organizationIdstringrequired
Responses
200My notification delivery preferences
organizationIdstringrequired
userIdstringrequired
inAppbooleanrequired
webhookbooleanrequired
emailbooleanrequired
mutedTypesstring[] | nullrequired
updatedAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/notification-preferences"
Response
{
  "organizationId": "string",
  "userId": "string",
  "inApp": true,
  "webhook": true,
  "email": true,
  "mutedTypes": [
    "string"
  ],
  "updatedAt": "string"
}