cURL
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 } }
Use the get tenant details API to retrieve information about the tenant including tenant ID, organization ID, name, creation date, last updated date, and current risk score.
Bearer API Key. For example, "Bearer {Tenant API Key}"
application/json
Tenant Details
Show child attributes
Unique identifier for the tenant
"a30ae34a-506a-43e1-af64-0bef06ed2086"
Unique identifier for the organization
"e9a9475a-1390-429c-b621-6fc4aab69ddb"
Name of the tenant
"Plerion Demo"
Creation timestamp of the tenant
"2023-04-03T01:24:21.875Z"
Last update timestamp of the tenant
"2025-03-16T11:10:12.820Z"
Risk score of the tenant (if available)
8.19
Was this page helpful?