Sign in

Create QR code

documented

Create a new QR code for embedded signup or onboarding.

POST /v{version}/{waba-id}/qr_codesQR Codesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://graph.facebook.com/{{Version}}/{{Phone-Number-ID}}/message_qrdls" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"prefilled_message": "{{$prefilled_message}}", "deep_link_url": "{{$deep_link_url}}", "generate_qr_image": true}'
Create QR code · WhatsApp · OpenIntegrations