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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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.