Get jurisdiction details
Returns full configuration for a jurisdiction: government authorities,
filing types, supported worker types and employment models, EOR
availability, and required fields for statutory filing.
For jurisdictions where Cadana’s Employer of Record service is available,
the response includes an eor block with local employment rules — payroll
conventions, payout constraints, employment terms, leave minimums, and
termination rules. See the Hire Through EOR guide.
The embedded requiredFields array covers filing-scope 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.
Employer and employee contribution rates are not part of this response
— use the Global Tax API’s POST /v1/tax/calculate, which returns
statutory deductions and employer contributions per worker.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Path Parameters
ISO 3166-1 alpha-2 country code
^[A-Z]{2}$Response
Jurisdiction details
"MX"
"Mexico"
"MXN"
live, coming_soon MONTHLY, BIWEEKLY, SEMI_MONTHLY, WEEKLY Worker types Cadana supports hiring in this jurisdiction
employee, contractor Employment models available in this jurisdiction
eor, own_entity Availability of Cadana's Employer of Record service in this jurisdiction
live, planned, on_request, unavailable 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).
Government authorities that receive filings and payments in this jurisdiction
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.