Status
Was this helpful?
Was this helpful?
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",
"status": 1,
"detail": "text",
"instance": "text",
"ANY_ADDITIONAL_PROPERTY": "anything"
}