Skip to main content
GET
/
firms
/
jurisdictions
/
list
Jurisdiction Codes
curl --request GET \
  --url https://api.casexchange.com/api/v1/firms/jurisdictions/list \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    "<string>"
  ]
}
Retrieve a simple list of supported jurisdiction codes. Use this endpoint for lightweight validation or simple dropdowns.

Authorizations

Authorization
string
header
required

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

Response

List of jurisdiction codes

success
boolean
data
string[]