/Member/notifications

Exemplo de requisição para obtenção dos dados de uma conta:

Request:
GET /member/notifications

Response:
{
    "email": true,
    "mobilePush": true,
    "phoneCall": false
    "sms": true
}
Language
Click Try It! to start a request and see the response here!