English
cURL
curl --request POST \ --url https://api.wppfy.com/profile/name \ --header 'Content-Type: application/json' \ --header 'token: <api-key>' \ --data ' { "name": "My Company - Support" } '
{ "success": true, "message": "Profile name changed successfully", "profile": { "name": "My Company - Support", "updated_at": 1704067200 } }
Changes the display name of the WhatsApp instance profile.
The endpoint performs:
Important:
New WhatsApp profile name
25
"My Company - Support"
Profile name changed successfully
true
"Profile name changed successfully"
Show child attributes
New profile name
Timestamp of the change (Unix timestamp)
1704067200