12

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.

Community
  • 1
  • 1
Hitesh Gehlot
  • 1,307
  • 1
  • 15
  • 30

2 Answers2

2

Check it watools.io. Whatsapp web will give profile picture from contact number (public profile)

sridharnetha
  • 2,104
  • 8
  • 35
  • 69
-3

Check it and solve it !

https://developers.facebook.com/docs/whatsapp/api/settings/profile/

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" }