v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
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