POST

/api/auth/verify-code

Verify code

Verifies an email verification code.

curl -s -X POST "$BASE/api/auth/verify-code" \
  -H "Content-Type: application/json" \
  -d '{"email": "user@example.com", "code": "123456"}'

Request Body

FieldTypeReqDefaultDescription
emailstringY
codestringY

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test