Skip to main content

Update profile picture

Method#

/profile-picture#

PUT https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/profile-picture

Header#

KeyValue
Client-TokenACCOUNT SECURITY TOKEN

Concept#

This method is responsible for changing your profile picture on WhatsApp.


Attributes#

Obrigatórios#

AttributesTypeDescription
valuestringimage URL

Opcionais#

AttributesTypeDescription

Request Body#

Body#

{
"value": "image URL"
}

Response#

200#

AttributesTypeDescription
valuebooleantrue if successful, and false if there is a failure

Example

{
"value": true
}

405#

In this case certify that you are sending the correct specification of the method. This means, verify if you sent a PUT or POST as specified at the beginning of this topic.

415#

In case you receive 415 error, make sure to add the “Content-Type” of the object you are sending in the request headers, mostly “application/json”