Skip to main content
PATCH
Set a WhatsApp Profile Photo
Safety and behavior notes
  • Only the URL scheme is validated locally; the provider fetch has no local public-IP or redirect egress validation.
  • The operation replaces the existing profile picture.
  • The route does not validate id as a UUID.

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

id
string<uuid>
required

WhatsApp-number row id.

Body

application/json
image_url
string<uri>
required

Public HTTPS image URL.

Pattern: ^https:

Response

Successful response.

success
enum<boolean>
required
Available options:
true
profile
object
required
Last modified on September 8, 2026