📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************curl --location --request GET '/contacts' \
--header 'Authorization: Bearer <token>'{
"contacts": [
{
"id": "string",
"name": "string",
"pushname": "string",
"is_business": true,
"profile_pic": "string",
"profile_pic_full": "string",
"status": "string"
}
],
"count": 20,
"total": 0,
"offset": 0
}