Skip to main content

Retrieve the profile picture URL of a specific number.

POST 

/chat/fetchProfilePictureUrl/:instanceName

This endpoint fetches the profile picture URL associated with the given phone number for the specified instance.

Request

Path Parameters

    instanceName stringrequired

    The name of the instance to which the reaction should be sent.

    Example: codechat

Body

required
    number stringrequired

    WhatsApp phone number whose profile picture URL needs to be fetched.

Responses

Successful response

Schema
    any
Loading...