skip to Main Content

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.

2

Answers


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

    Login or Signup to reply.
  2. Check it watools.io. Whatsapp web will give profile picture from contact number (public profile)

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search