curl --request POST \
--url https://api.wappfy.com.br/chat/fetchProfilePictureUrl/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": "<string>"
}'
{
"wuid": "559912345678@s.whatsapp.net",
"profilePictureUrl": "https://pps.whatsapp.net/v/xyz..."
}
Buscar imagem do perfil por URL
curl --request POST \
--url https://api.wappfy.com.br/chat/fetchProfilePictureUrl/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": "<string>"
}'
{
"wuid": "559912345678@s.whatsapp.net",
"profilePictureUrl": "https://pps.whatsapp.net/v/xyz..."
}
Seu cabeçalho da chave de autorização.
ID da instância.
Ok
The response is of type object
.