X-API-Key: ********************curl --location 'https://api.snakk.ai/api/tenants/me' \
--header 'X-API-Key: <api-key>'{
"tenant": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Example AS",
"email": "org_123@org.example.ai",
"billing_email": "billing@example.com",
"is_active": true,
"subscription_status": "active",
"minutes_used_this_month": 42.5,
"modules": {
"property1": true,
"property2": true
},
"agents": [
{
"count": 0
}
],
"active_agents": [
{
"count": 0
}
]
},
"effective_modules": {
"voice": true,
"transfer": false
}
}