Skip to content

Activate or disable the newsletter or mail notification for chat.

PATCH
/api/notifications/user

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"newsletter": 0,
"chat": 0
}

Responses

Successful

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python