Description
This endpoint allows you to update the profile display name of the user authenticated in the WhatsApp session. The name will be changed on the WhatsApp profile.URL Parameters
WhatsApp unique authenticated session ID
Request Body
New profile display name. This will be the name that other users will see on WhatsApp.
Response
Indicates if the operation was successful
Status Codes
200
- Name updated successfully400
- Invalid parameters or missing name401
- Unauthorized500
- Internal server error
Usage Example
Authorizations
Your Wappfy API key (get it at dash.wappfy.com.br)
Path Parameters
The session name (instanceName) of the profile you want to update
Body
application/json
Example:
"My New Name"
Response
200 - application/json