Skip to main content
GET
/
firms
/
jurisdictions
Jurisdiction Details
curl --request GET \
  --url https://api.casexchange.com/api/v1/firms/jurisdictions \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "code": "<string>",
      "name": "<string>",
      "type": "<string>"
    }
  ]
}
Retrieve detailed jurisdiction metadata including friendly names and types. Use this endpoint to power UI copy or filters with friendly names.

Authorizations

Authorization
string
header
required

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

Response

Detailed jurisdiction metadata

success
boolean
data
object[]