found is true and organizations lists each org. When no match is found, only found: false is returned.curl --location 'https://api.snakk.ai/api/support/customer?email=user%40example.com' \
--header 'X-API-Key: <api-key>'{
"found": true,
"user_email": "user@example.com",
"organizations": [
{
"tenant_id": "11111111-2222-3333-4444-555555555555",
"company_name": "Example AS",
"plan": "Pro",
"plan_slug": "pro",
"plan_minutes_included": 1000,
"status": "active",
"created_at": "2026-01-15",
"user_role": "owner"
}
]
}