Skip to main content
GET
/
contacts
/
profile-picture
Obter Foto de Perfil
curl --request GET \
  --url https://api.wapizap.com/api/v2/contacts/profile-picture \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

instanceId
string<uuid>
required
jid
string
required

Response

200 - application/json

URL da foto

url
string<uri>