📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************{
"blocking": "wait",
"contacts": [
"{{Recipient-WA-ID}}"
]
}curl --location --request POST '/contacts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"blocking": "wait",
"contacts": [
"{{Recipient-WA-ID}}"
]
}'{
"contacts": [
{
"input": "string",
"status": "valid",
"wa_id": "string"
}
]
}