📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************{}curl --location --request GET '/settings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"callback_backoff_delay_ms": 3000,
"max_callback_backoff_delay_ms": 600000,
"callback_persist": true,
"media": {
"auto_download": [
"image"
],
"init_avatars": true
},
"webhooks": [
{
"headers": {
"property1": "string",
"property2": "string"
},
"url": "string",
"mode": "body",
"events": [
{
"type": "message",
"method": "put"
}
]
}
],
"proxy": "string",
"mobile_proxy": "string",
"offline_mode": false,
"full_history": false
}