Appearance
GET/api/v1/me/notification-preferences
ReturnsResponseNotificationPreferencesView
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"emailNotificationsEnabled": true,
"emailNotifyAvailable": true
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}