MessagingV2ChannelsSender
Update a sender's information, including `profile`, `webhook`, and `configuration`.
(WhatsApp only) Update a Sender. You can update a sender's information, including profile, webhook, and configuration. To verify a phone number, set configuration.verification_code to the One-time Password (OTP) that you received.
post/v2/Channels/Senders/{Sid}
Path parameters
Sidstring required
The SID of the sender.
Request body
Example request
{
"configuration": {
"waba_id": "12345678912345",
"verification_method": "sms"
}
}Response
Accepted
Example response
{
"sender_id": "whatsapp:+15017122661",
"configuration": {
"waba_id": "12345678912345",
"verification_method": "sms"
},
"properties": {
"quality_rating": "HIGH",
"messaging_limit": "10K Customers/24hr"
},
"compliance": {
"countries": [
{
"country": "US"
}
]
}
}