---
title: "get user's notification config"
method: POST
path: "/answer/api/v1/user/notification/config"
tags: ["User"]
---

# get user's notification config

`POST /answer/api/v1/user/notification/config`

get user's notification config

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` object — response data
    - `all_new_question` SchemaNotificationChannelConfig
      - `enable` boolean
      - `key` 'email'
    - `all_new_question_for_following_tags` SchemaNotificationChannelConfig
      - `enable` boolean
      - `key` 'email'
    - `inbox` SchemaNotificationChannelConfig
      - `enable` boolean
      - `key` 'email'
  - `msg` string — response message
  - `reason` string — reason key

---

[API](https://skmtc.net/apache/apis/apache-answer.md) · [All operations](https://skmtc.net/apache/apis/apache-answer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/apache-answer/revisions/e9c2980e6571/schema)
