GET
/
v1
/
tenant
Get tenant details
curl --request GET \
  --url https://{region}.api.plerion.com/v1/tenant \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "tenantId": "a30ae34a-506a-43e1-af64-0bef06ed2086",
    "organizationId": "e9a9475a-1390-429c-b621-6fc4aab69ddb",
    "name": "Plerion Demo",
    "createdAt": "2023-04-03T01:24:21.875Z",
    "updatedAt": "2025-03-16T11:10:12.820Z",
    "riskScore": 8.19
  }
}

Authorizations

Authorization
string
header
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Headers

Authorization
string
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Content-Type
string

application/json

Response

200
application/json

Tenant Details

The response is of type object.