Início
Instances
Settings
Send Message
Chat Controller
Profile Settings
Group Controller
- POSTCreate Group
- POSTUpdate Group Picture
- POSTUpdate Group Subject
- POSTUpdate Group Description
- GETFetch Invite Code
- POSTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- POSTUpdate Group Members
- POSTUpdate Group Setting
- POSTToggle Ephemeral
- DELLeave Group
Websocket
Webhook
Find Webhook
Fetch Webhook configuration
GET
/
webhook
/
find
/
{instance}
Copy
curl --request GET \
--url https://api.l2msg.com/whatsapp/webhook/find/{instance} \
--header 'apikey: <api-key>'
Copy
{
"enabled": true,
"url": "https://example.com",
"events": [
"APPLICATION_STARTUP"
]
}
Authorizations
Your authorization key header
Path Parameters
Name of the instance
Response
200 - application/json
Ok
The response is of type object
.
Copy
curl --request GET \
--url https://api.l2msg.com/whatsapp/webhook/find/{instance} \
--header 'apikey: <api-key>'
Copy
{
"enabled": true,
"url": "https://example.com",
"events": [
"APPLICATION_STARTUP"
]
}
Assistant
Responses are generated using AI and may contain mistakes.