Skip to content

Returns a list of all region of the user.

GET
/api/user/current/regions

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Success returns list of related regions of user

application/json
JSON
[
{
"id": "1",
"name": "Sinsheim",
"classification": 0,
"isResponsible": false
}
]

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python