Skip to main content

Get Jurisdiction Profile

Returns the jurisdiction profile for the authenticated user.
GET /api/gov/jurisdiction

Response

{
  "id": "jur_abc123",
  "name": "City of Austin Building Department",
  "state": "TX",
  "codeEditions": [
    {
      "id": "ed_xyz",
      "baseName": "International Building Code",
      "edition": "2021"
    }
  ]
}