Admin (Tenant Management)
The Admin API oversees the management of tenants within the system, facilitating tasks such as provisioning new tenants, updating their information, and retrieving tenant data.
📄️ Get All Tenants
Get All Tenants
📄️ Create Tenant
Create Tenant
📄️ Retrieve a Tenant
Retrieve a Tenant
📄️ Soft delete a Tenant
Soft delete a Tenant
📄️ Update a Tenant
This endpoint updates the Tenant data.
📄️ Default Tenant
Sets the tenant specified in the request body as the default one, resolving all the incoming API request to that tenant when the env `SINGLE_TENANT_MODE` is set to true. Once set, the default tenant can be overwritten but never unset, although it is only effective when `SINGLE_TENANT_MODE` is set to true.