📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************{
"phone_number": "string",
"method": "sms",
"captcha_code": 123456,
"code": 123456
}curl --location --request POST '/users/login/mobile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "string",
"method": "sms",
"captcha_code": 123456,
"code": 123456
}'{
"phone_number": {
"country": "TR",
"e164_format": 901234567890,
"international_format": "+90 123 456 78 90",
"national_format": "0123 456 78 90",
"country_code": 90,
"national_number": 1234567890,
"mcc": 286
},
"method": "sms",
"captcha": "string",
"status": "waiting_code",
"error": "Error message"
}