You can manage your WhatsApp profile with the following API!
The Profile API lets you manage and retrieve your WhatsApp Business profile information.
This includes your display name, about text, and profile picture.✨ What You Can Do#
🔍 Get Profile Info → Fetch the current profile details (name, about, picture).
📝 Update Profile Name → Change the display name shown to contacts.
🖊️ Update About Text → Modify the "About" (status) message.
🖼️ Update Profile Picture → Set or update your WhatsApp profile image.
🔄 Example: Get Profile Info#
{
"id": "1234567890@c.us",
"profile": {
"name": "My Business",
"about": "We reply 24/7 🚀",
"profilePictureUrl": "https://example.com/profile-pic.jpg"
}
}
Modified at 2025-09-29 02:56:01