Update-Application-Settings
http://whatsapp.local
http://whatsapp.local
PATCH
/settings/application
Application
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'http://whatsapp.local/settings/application' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhooks": {
"url": "<Webhook URL, https>"
}
}'
Response Response Example
{
"errors": [
{
"code": 1234,
"details": "optional-detailed-error-message",
"title": "error-code-title"
}
],
"meta": {
"api_status": "deprecated",
"version": "whatsapp-business-api-client-version"
}
}
Request
Body Params application/json
Responses
Modified at 2023-08-15 03:06:39