Skip to content

Get the region notification settings

GET
/api/notifications/regions

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

groups
Typeboolean
Defaultnull

Responses

Success

application/json
JSON
[
{
"id": 0,
"name": "",
"bell": true,
"email": true
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python