How to Configure Calling API
This guide outlines how to enable and configure WhatsApp Calling via the Cloud API for business phone numbers.
Enabling via the WhatsApp Manager
1
2
3
4
5

Enabling programmatically
1
Use the following endpoint and body to complete enabling
{
"calling": {
"status": "ENABLED",
"call_icon_visibility": "DEFAULT",
"call_hours": {
"status": "ENABLED",
"timezone_id": "America/Manaus",
"weekly_operating_hours": [
{
"day_of_week": "MONDAY",
"open_time": "0400",
"close_time": "1020"
},
{
"day_of_week": "TUESDAY",
"open_time": "0108",
"close_time": "1020"
}
],
"holiday_schedule": [
{
"date": "2026-01-01",
"start_time": "0000",
"end_time": "2359"
}
]
},
"callback_permission_status": "ENABLED"
}
}Fetching current call settings
1
2
Webhook
Enabling the call icon




Common errors
Error code
Description
Resolution
Last updated
Was this helpful?