Skip to main content
POST
Verify email with OTP

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Body

application/json
email
string
required

Email address to verify.

Example:

"user@example.com"

code
string
required

6-digit OTP code sent to the email.

Example:

"123456"

Response

200 - application/json

Email verified.

success
boolean
required
Example:

true

data
object
required