cURL
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
Documentation IndexFetch the complete documentation index at: https://docs.l2msg.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.l2msg.com/llms.txt
Use this file to discover all available pages before exploring further.
Your authorization key header
Name of the instance
Ok
Indicates whether the webhook is enabled.
The URL of the webhook.
List of events the webhook is subscribed to.