v1

latestOpenAPI 3.0.02026-07-26592893.0 KB
QR Code Management

Update QR Code

Update the pre-filled message associated with an existing QR code.

post/{version}/{phone_number_id}/message_qrdls/{qr_code_id}

Path parameters

versionstring required
Example:v24.0
phone_number_idstring required
Example:100594425479261

The ID of the phone number.

qr_code_idstring required
Example:4O4YGZEG3RIVE1

The unique ID of the QR code you want to update.

Headers

Authorizationstring required

Provide your Access Token. Format: YOUR_API_KEY

Request body

prefilled_messagestring required

The updated message text.

Example request

{
  "prefilled_message": "Cyber Monday Deal Updated"
}

Response

QR Code Updated Successfully

codestring
prefilled_messagestring
deep_link_urlstring
qr_image_urlstring

Example response

{
  "code": "4O4YGZEG3RIVE1",
  "prefilled_message": "Cyber Monday Deal Updated",
  "deep_link_url": "https://wa.me/message/4O4YGZEG3RIVE1",
  "qr_image_url": "https://scontent-iad3-2.xx.fbcdn.net/..."
}