These docs are for v0.0.1. Click to read the latest docs for v1.0.0.

Notification preferences are an object with the following information:

KeyTypeDescription
emailobjectEmail preferences
phoneobjectPhone preferences (coming soon)
textobjectText preferences (coming soon)
pushobjectPush notification preferences (coming soon)
hooksobjectWebhook notification preferences (coming soon)

For now, only email preferences are supported, and it only has a single field, enabled, which is set to either true or false, like:

{
  "notification_preferences": {
    "email": { "enabled": true }
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!