Get all tenants for an organization.
curl "https://api.crovver.com/api/public/tenants" \ -H "Authorization: Bearer sk_live_..."
{ "success": true, "data": [ { "id": "ten_crovver_xyz", "externalTenantId": "workspace_abc123", "name": "Acme Corp", "slug": "acme-corp", "isActive": true, "createdAt": "2025-01-01T00:00:00Z" } ] }
Authorization: Bearer sk_live_...