GET /support/v1/tenants
GET/support/v1/tenants
CodeMeta OS API endpoint.
Query-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
search | string | |
type | string | |
isLocked | string | |
cursor | string | |
limit | string |
Beispiel
curl -X GET https://api.codemeta-os.de/support/v1/tenants \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.tenants.list();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |