Skip to main content
PUT
/
v1
/
notifications
/
preferences
Update Preferences
curl --request PUT \
  --url https://api.mixpeek.com/v1/notifications/preferences \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "preferences": {}
}
'
{}

Headers

Authorization
string
required

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Body

application/json

Request model for updating notification preferences.

preferences
Preferences · object
required

Updated notification preferences

Response

Successful Response

The response is of type Response Update Preferences V1 Notifications Preferences Put · object.