Receive emails, extract OTP codes, retrieve them via API.
Returns the most recent OTP for the given email address.
{
"email": "user@example.com",
"otp_code": "482913",
"subject": "Your verification code",
"sender": "noreply@service.com",
"received_at": "2026-07-01T12:00:00Z"
}
Returns the 10 most recent OTPs for the given email address.
400 — Missing email parameter.
404 — No OTP found for that email.