Profile management endpoints

Modify domain notification preferences

Modify notifications preferences related to the domain, such as mobile push notifications and email.

post/user/{domain}/notifications/preferences

Path parameters

domainstring required

The domain name to query profile data

Request body

SerializedNotificationPost required

Example request

{
  "WEB_NOTIFICATION": true,
  "MOBILE_NOTIFICATION": true
}

Response

Update successful

Changes

No recorded changes to this endpoint across all 1 revision of this API.