Skip to main content
GET
/
beta
/
tenants
/
{tenantId}
Get tenant details
curl --request GET \
  --url https://api.longwavehq.com/beta/tenants/{tenantId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "displayName": "<string>",
  "externalTenantId": "<string>",
  "status": "<string>",
  "onboardedAt": "2023-11-07T05:31:56Z",
  "adoptionScore": 123,
  "activeUsers": 123,
  "totalInteractions7d": 123,
  "policyName": "<string>",
  "dataProtectionEnabled": true,
  "lastReportedAt": "2023-11-07T05:31:56Z",
  "metadata": {}
}

Authorizations

Authorization
string
header
required

Send as Authorization: Bearer <your api key>

Path Parameters

tenantId
string
required

Longwave tenant id

Response

OK

id
string
displayName
string
externalTenantId
string

Microsoft or Google directory tenant id, when applicable

status
string

e.g. active, trial, paused

onboardedAt
string<date-time>
adoptionScore
number<float>
activeUsers
integer
totalInteractions7d
integer
policyName
string
dataProtectionEnabled
boolean
lastReportedAt
string<date-time>
metadata
object

Optional fields for partner integrations and reporting tools