Skip to content

Jurisdictions

GET /v1/jurisdictions/:zip
Authorization: Bearer ck_test_...

Example:

Terminal window
curl -s -H "Authorization: Bearer ck_test_..." \
https://api.cordite.dev/v1/jurisdictions/90210

Expected shape:

{
"zip": "90210",
"jurisdictions": ["US", "US-CA"],
"state_code": "CA"
}

Validation:

  • zip must be exactly five ASCII digits.
  • Unknown ZIP coverage falls back to the state-level resolver where possible.