v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBJurisdictions
Get jurisdiction by code
Returns the descriptor for a single registered jurisdiction profile. Public (no tenant scope).
get/api/v1/jurisdictions/{code}
Path parameters
codestring required
ISO 3166-1 alpha-2 jurisdiction code (e.g. BR, XX).
ISO 3166-1 alpha-2 jurisdiction code (e.g. BR, XX).
Response
OK
Example response
{
"data": {
"code": "BR",
"profileVersion": "1.0.0",
"status": "active"
}
}