Get Instance Profile Picture
Instances
Get Profile Picture
Return the connected WhatsApp profile picture directly as an image. You can authenticate using the Authorization bearer header or the apiKey query parameter for browser image rendering.
GET
Get Instance Profile Picture
Return the connected WhatsApp profile picture directly as an image.
This endpoint is useful when you want to display the connected account avatar in a browser, documentation page, or an
<img> tag. For browser image rendering, pass the API key as a query parameter because image tags cannot send Authorization headers.
Authorizations
Authenticate your integration payloads by injecting your premium secure Wachat Account API Private Secret Key inside standard Authorization Bearer header vectors.
Query Parameters
Final unique API instance name returned by Wachat.
Optional API key for direct browser image rendering. Prefer Authorization bearer header for server-to-server requests.
Response
Profile picture image returned successfully.
The response is of type file.
