GET
/
api
/
contacts
/
profile-picture
Obter URL da foto de perfil do contato
curl --request GET \
  --url https://api.wappfy.com.br/api/contacts/profile-picture \
  --header 'apikey: <api-key>'

Authorizations

apikey
string
header
required

Apikey

Query Parameters

contactId
string
required
refresh
boolean
default:false

Atualizar a foto do servidor (cache de 24h por padrão). Não atualize se não for necessário, você pode ter erro de limite de taxa (Refresh the picture from the server (24h cache by default). Do not refresh if not needed, you can get rate limit error)