Returns the authenticated user's notification level, defaulting to 'all' when they haven't set one.
Output
Encoding
application/jsonlevel
string
Required
No description available.
Known values:
all, mentionsAndRepliesErrors
AuthRequired
Missing, malformed, or unverifiable service auth. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthRequired",
"description": "Missing, malformed, or unverifiable service auth."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"level"
],
"properties": {
"level": {
"type": "string",
"knownValues": [
"all",
"mentionsAndReplies"
]
}
}
},
"encoding": "application/json"
},
"description": "Returns the authenticated user's notification level, defaulting to 'all' when they haven't set one."
}