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