Developer auth

Send an OTP code to your email

Sends a one-time password to the provided email address. Use the returned methodId together with the OTP code to verify your email via POST /auth/otp/verify.

post/auth/otp/send

Request body

emailstring email required

Response

Default Response

methodIdstring required
messagestring required

Changes