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": {}
}Endpoints
Get tenant details
Fetch one tenant by id. Returns the full detail object (adoption, policy, usage signals) for reporting and integrations. Not a list.
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
Send as Authorization: Bearer <your api key>
Path Parameters
Longwave tenant id
Response
OK
Microsoft or Google directory tenant id, when applicable
e.g. active, trial, paused
Optional fields for partner integrations and reporting tools
⌘I

