Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/admin/tenants \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "created_at": "<string>" } ] }
Lists every tenant in the instance with current operator-status. Platform-admin only.
Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)
Tenant list
Show child attributes