curl --request GET \
--url https://api.l2msg.com/whatsapp/webhook/find/{instance} \
--header 'apikey: <api-key>'
{
"enabled": true,
"url": "https://example.com",
"events": [
"APPLICATION_STARTUP"
]
}
Fetch Webhook configuration
curl --request GET \
--url https://api.l2msg.com/whatsapp/webhook/find/{instance} \
--header 'apikey: <api-key>'
{
"enabled": true,
"url": "https://example.com",
"events": [
"APPLICATION_STARTUP"
]
}
Your authorization key header
Name of the instance
Ok
The response is of type object
.