Skip to content

Verify email

POST
/auth/email/verify

Authorizations

Authorization
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"otp": "string"
}

Responses

OK

application/json
JSON
{
"ok": true
}

Playground

Server
Authorization
Body

Samples

cURL
JavaScript
PHP
Python