GET
/
v1
/
profile
/
notifications
{
  "email_notifications": true,
  "push_notifications": false,
  "categories": {
    "security": true,
    "marketing": false,
    "updates": true
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Notification settings retrieved successfully

The response is of type object.