curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/chat/fetchProfile/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"number": "<string>"
}
'This response has no body data.Fetch profile from phone number
curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/chat/fetchProfile/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"number": "<string>"
}
'This response has no body data.