List QR codes
documentedList generated QR codes for onboarding or sign-in.
GET /v{version}/{waba-id}/qr_codesQR Codesno implementation yet0 runsNo 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/v{{Version}}/{{$phone_number_id}}/qr_codes?limit={{$limit}}&fields={{$fields}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"