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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.