Appearance
GET
/global/tenant/tenants/{tenantId}Required scope:
viskan-global:tenant:readGets a specific tenant.
Parameters
Path parameters
tenantId string Format:
uuidThe ID of the tenant to get.
Response
The information about the tenant.
JSON
{
"tenantId": "46c5b0b0-c42a-44b0-97e2-39ef2f9118ac",
"tenantName": "Viskan System AB",
"countryCode": "SE",
"organizationNumber": 5565901864,
"browserKey": "lf1dk8",
"databaseName": "ViskanProd",
"databaseHost": "viskanssql.viskan.local",
"active": true,
"modifiedAt": "2025-09-11T08:16:02+02:00"
}
| Error code | Description |
|---|---|
tenant-not-found | No tenant was found with the given ID. |