List tenants for the authenticated account. Admin-only.
curl "https://api.geldstuck.com/v1/tenants?limit=50&status=active" \ -H "Authorization: Bearer $ADMIN_JWT"
{ "data": [ { "tenantId": "tnt_01HX3Z8MQW...", "name": "Acme Escrow", "status": "active", "createdAt": "2026-04-22T09:12:44.000Z" } ], "hasMore": false, "nextCursor": null }
100
active
suspended
disabled
retrieve