Calling

Endpoints for WhatsApp calling features

Perform Call Action

post

Execute call actions: PRE_ACCEPT, ACCEPT, REJECT, or CONNECT for incoming calls.

Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Body
objectOptional
Responses
chevron-right
200

Call action executed successfully

application/json
objectOptional
post
/calling/calls

Get Call Permissions

get

Retrieve calling permissions for a specific consumer WhatsApp ID.

Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Path parameters
consumer_whatsapp_idstringRequired

Consumer WhatsApp ID

Responses
chevron-right
200

Call permissions retrieved successfully

application/json
objectOptional
get
/calling/permissions/{consumer_whatsapp_id}

Get Calling Settings

get

Retrieve calling settings including SIP credentials for WhatsApp calling functionality.

Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Responses
chevron-right
200

Calling settings retrieved successfully

application/json
objectOptional
get
/calling/settings

Update Calling Settings

post

Update calling settings for WhatsApp calling functionality.

Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Body
objectOptional
Responses
chevron-right
200

Calling settings updated successfully

application/json
objectOptional
post
/calling/settings

Last updated

Was this helpful?