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
Início
Get Information
Get information about your l2msg Whatsapp API
GET
/
Copy
curl --request GET \
--url https://api.l2msg.com/whatsapp/ \
--header 'apikey: <api-key>'
Copy
{
"status": 200,
"message": "Welcome to the l2msg Whatsapp API, it is working!",
"version": "2.1.1",
"documentation": "https://docs.l2msg.com"
}
Authorizations
Your authorization key header
Path Parameters
ID of the instance to connect
Response
200 - application/json
Ok
The response is of type object
.
Copy
curl --request GET \
--url https://api.l2msg.com/whatsapp/ \
--header 'apikey: <api-key>'
Copy
{
"status": 200,
"message": "Welcome to the l2msg Whatsapp API, it is working!",
"version": "2.1.1",
"documentation": "https://docs.l2msg.com"
}
Assistant
Responses are generated using AI and may contain mistakes.