Jurisdictions
GET /v1/jurisdictions/:zipAuthorization: Bearer ck_test_...Example:
curl -s -H "Authorization: Bearer ck_test_..." \ https://api.cordite.dev/v1/jurisdictions/90210Expected shape:
{ "zip": "90210", "jurisdictions": ["US", "US-CA"], "state_code": "CA"}Validation:
zipmust be exactly five ASCII digits.- Unknown ZIP coverage falls back to the state-level resolver where possible.