cURL
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Detailed jurisdiction metadata
Show child attributes