cURL
curl --request GET \ --url https://api.zuwinda.com/v2/messaging/whatsapp/accounts \ --header 'X-Access-Key: <api-key>'
{ "data": { "responseCode": "00", "accounts": [ { "accountId": "5bb8427e-afd7-4fd9-bf76-b93cc8aff20e", "accountName": "Zuwinda Bot", "clusterId": "821b80f5-b0f0-4bcf-ad09-89c1575a726d", "whatsapp_number": "628151122333", "status": "active", "whatsapp_status": "connected", "is_official": true, "connection_reason": "Ok", "created_at": "2024-04-23T12:25:17.000Z" } ] } }
Returns all whatsapp accounts from the system that the user has access to
Your Zuwinda API token
whatsapp accounts response
Show child attributes