Validate Sender By OTP
Validates a sender using the OTP (One-Time Password) received via email.
Use this to:
- Complete sender verification process
- Activate a newly created sender
- Verify ownership of the sender email address
- Enable the sender for use in email campaigns
Key information returned:
- Success confirmation of sender verification
- Sender activation status
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
senderId
Id of the sender
Request
OTP verification code
otp
6 digit OTP received on email
Response
Sender verified successfully