Zixflow AI
cURL
curl --request GET \ --url https://api-ai.zixflow.com/api/data/whatsapp/v1/accounts \ --header 'x-api-key: <x-api-key>' \ --header 'x-workspace-id: <x-workspace-id>'
{ "success": true, "message": "Successfully fetched WhatsApp accounts", "data": [ { "phone_id": "123456789", "waba_id": "987654321", "display_phone_number": "+1 234 567 8900", "verified_name": "My Business", "quality_rating": "GREEN", "daily_limit": 1000 }, { "phone_id": "987654321", "waba_id": "987654321", "display_phone_number": "+1 234 567 8901", "verified_name": "Another Business", "quality_rating": "GREEN", "daily_limit": 500 } ] }
Retrieves a list of all WhatsApp accounts for the authenticated workspace