Retrieve current organization information, account owner details, active registered WhatsApp phone numbers, primary WABA metadata, and subscription limits using an API key. Essential for third-party integrations, Zapier, Make, and Google Workspace Add-ons.
/api/v1/accountRecommendation
Whether request succeeded
Human-readable result
Organization metadata (id, name, slug, timezone, currency)
User account details (user_id, email, full_name)
Authenticated API key info and rate limit tier
Current billing plan tier and subscription status
List of registered WhatsApp phone numbers with verified names, status, and is_default indicator
Primary WhatsApp Business Account metadata
curl -X GET "https://app.chatofy.in/api/v1/account" \
-H "Authorization: Bearer YOUR_API_KEY"Was this endpoint guide helpful?