Get tenant details
Fetches the details of a single WUTS tenant by its unique identifier. Restricted to platform operators holding the master token.
Fetches the details of a single WUTS tenant by its unique identifier. Restricted to platform operators holding the master token.
Authorization
masterToken Platform master token sent as Authorization: Bearer <master-token>. Required only for Super Admin (cross-tenant) endpoints.
In: header
Path Parameters
Unique identifier of the tenant.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/global/tenants/string"{ "success": true, "data": { "id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d", "name": "Acme Atendimento", "created_at": "2026-06-15T12:00:00Z", "updated_at": "2026-06-15T12:00:00Z" }}{ "success": false, "error": "tenant ID is required"}{ "success": false, "error": "master token required"}{ "success": false, "error": "tenant not found"}Delete a tenant permanently DELETE
Permanently removes a WUTS tenant and CASCADE-deletes all of its related data (users, devices, sessions and more). This is a destructive, irreversible master-token-only operation and is logged as a critical event.
List all tenants GET
Returns every tenant registered on the WUTS platform. This master-token-only endpoint is used by platform operators to audit and manage the full tenant base.