Skip to content

Adds a region using the given data.

POST
/api/region

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

success

application/json
JSON
{
"regionId": 0
}

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python