v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Jurisdictions

List registered jurisdictions

Returns the set of jurisdiction profiles compiled into the running service. Public (no tenant scope).

get/api/v1/jurisdictions

Response

OK

Example response

{
  "data": [
    {
      "code": "BR",
      "profileVersion": "1.0.0",
      "status": "active"
    }
  ]
}