Skip to main content
POST
/
regions
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required

Region ID

name
string
required

Region name

location
string
required

Region location

available
boolean
required

Whether the region is available

premiumRequired
boolean
required

Whether the region requires premium subscription

showRegion
boolean
default:true
required

Whether the region should be shown to users

Response

201 - application/json

The region has been successfully created.

The response is of type object.