Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Get the region notification settings
GET
/api/notifications/regions
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Query Parameters
groups
Type
boolean
Default
null
Responses
200
401
Success
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
0
,
"name"
:
""
,
"bell"
:
true
,
"email"
:
true
}
]
GET
/api/notifications/regions
Playground
Authorization
api_key
Variables
Key
Value
groups
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python