GET
/
curl --request GET \
  --url https://api.l2msg.com/whatsapp/ \
  --header 'apikey: <api-key>'
{
  "status": 200,
  "message": "Welcome to the l2msg Whatsapp API, it is working!",
  "version": "2.1.1",
  "documentation": "https://docs.l2msg.com"
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Response

200 - application/json

Ok

The response is of type object.