© 2024 Parallels International GmbH. All rights reserved.
Retrieve the status of the Tenant Broker.
Success
const response = await fetch('/api/TenantBroker/Status', { method: 'GET', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }