WhatsApp Senders

Verify sender for project

Verify sender with the OTP received after triggering registration.
post/v1/projects/{projectId}/whatsapp/senders/{senderId}/verify

Path parameters

projectIdstring required

The unique ID of the project. You can find this on the <a href="https://dashboard.sinch.com/">Sinch Dashboard</a>.

senderIdstring required

The unique ID of the sender.

Request body

codestring otp

OTP code used for sender verification. Must be exactly 6 characters with no spaces. Not required if the sender number is already verified by Meta.

Example request

{
  "code": "123456"
}

Response

Sender verified