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
- application/json
Body
required
number stringrequired
WhatsApp phone number whose profile picture URL needs to be fetched.
Responses
- 200
Successful response
- application/json
- Schema
Schema
- any
Loading...