Skip to main content
POST
Create Jurisdiction

Authorizations

Authorization
string
header
required

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

Body

application/json
country_code
string
required
Required string length: 2
country_name
string
required
Required string length: 1 - 128
tier
integer
required
Required range: 1 <= x <= 3
reason
string | null

Response

Successful Response

id
integer
required
country_code
string
required
country_name
string
required
tier
integer
required
reason
string | null
required
is_active
boolean
required
created_at
string<date-time>
required