Request Body Parameters
Specifies the whatsapp business account id.
Copy
{
"name": "prod_vk_one_tap_0",
"language": "en_US",
"category": "authentication",
"message_send_ttl_seconds": 600,
"components": [
{
"type": "body",
"add_security_recommendation": true
},
{
"type": "footer",
"code_expiration_minutes": 90
},
{
"type": "buttons",
"buttons": [
{
"type": "otp",
"otp_type": "one_tap",
"text": "copy code",
"autofill_text": "copy code",
"supported_apps": [
{
"package_name": "com.example.androidapp",
"signature_hash": "K8a/2FAINcG"
}
]
}
]
}
]
}