Authorizations
Your Zuwinda API token
Response
whatsapp instances response
curl --request GET \
--url https://api.zuwinda.com/v2/messaging/whatsapp/instances \
--header 'X-Access-Key: <api-key>'
{
"data": {
"responseCode": "00",
"instances": [
{
"instances_id": "5bb8427e-afd7-4fd9-bf76-b93cc8aff20e",
"name": "Zuwinda Bot",
"cluster_id": "821b80f5-b0f0-4bcf-ad09-89c1575a726d",
"status": "active",
"whatsapp_status": "connected",
"package_name": "PRO",
"subscription_start_date": "2024-04-23T12:25:17.000Z",
"subscription_end_date": "2025-04-23T12:25:17.000Z",
"created_at": "2024-04-23T12:25:17.000Z"
}
]
}
}
Returns all whatsapp instances from the system that the user has access to
curl --request GET \
--url https://api.zuwinda.com/v2/messaging/whatsapp/instances \
--header 'X-Access-Key: <api-key>'
{
"data": {
"responseCode": "00",
"instances": [
{
"instances_id": "5bb8427e-afd7-4fd9-bf76-b93cc8aff20e",
"name": "Zuwinda Bot",
"cluster_id": "821b80f5-b0f0-4bcf-ad09-89c1575a726d",
"status": "active",
"whatsapp_status": "connected",
"package_name": "PRO",
"subscription_start_date": "2024-04-23T12:25:17.000Z",
"subscription_end_date": "2025-04-23T12:25:17.000Z",
"created_at": "2024-04-23T12:25:17.000Z"
}
]
}
}
Your Zuwinda API token
whatsapp instances response
Show child attributes