Skip to main content
GET
Get jurisdiction details

Authorizations

Authorization
string
header
required

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

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

country_code
string
required

ISO 3166-1 alpha-2 country code

Pattern: ^[A-Z]{2}$

Response

Jurisdiction details

countryCode
string
Example:

"MX"

countryName
string
Example:

"Mexico"

currency
string
Example:

"MXN"

status
enum<string>
Available options:
live,
coming_soon
payrollFrequency
enum<string>
Available options:
MONTHLY,
BIWEEKLY,
SEMI_MONTHLY,
WEEKLY
workerTypes
enum<string>[]

Worker types Cadana supports hiring in this jurisdiction

Available options:
employee,
contractor
employmentModels
enum<string>[]

Employment models available in this jurisdiction

Available options:
eor,
own_entity
eorStatus
enum<string>

Availability of Cadana's Employer of Record service in this jurisdiction

Available options:
live,
planned,
on_request,
unavailable
eor
object

Employer of Record reference data for the jurisdiction: the local employment rules needed to shape a compliant offer. Only present for jurisdictions where Cadana's EOR service is available. Rule fields carry a value plus optional notes explaining the underlying statute; numeric values are null where no statutory rule exists (the notes say why).

authorities
object[]

Government authorities that receive filings and payments in this jurisdiction

filingTypes
object[]
requiredFields
object[]

Filing-scope required fields only, each tagged with an entity of person or business. For the complete set — including calculation-scope fields — use GET /v1/statutory/jurisdictions/{country_code}/required-fields.