is there any whatsapp api/url to get whatsapp profile picture of any user using contact number like facebook provide open url for get user profile picture using facebook id.
Question posted in Facebook API
The official documentation for the Facebook APIs can be found here.
The official documentation for the Facebook APIs can be found here.
2
Answers
Check it and solve it !
Update or retrieve your profile settings using the WhatsApp Web Business Tool or by using API calls to the /v1/settings/profile endpoints.
Update Profile: About
To update your profile’s About section use the /v1/settings/profile/about endpoint.
Request
Send the text for your profile’s About section in the text field of an API call to the /v1/settings/profile/about endpoint.
PATCH /v1/settings/profile/about
{
"text": "your-profile-about-text"
}
Check it watools.io. Whatsapp web will give profile picture from contact number (public profile)