Skip to content

Activate account or email-change

POST
/me/activate
curl --request POST \
--url https://example.com/me/activate \
--header 'Content-Type: application/json' \
--data '{ "email": "example", "otp": "example", "password": "example" }'
Media type application/json
object
email
required
string
otp
required
string
password
required
>= 8 characters
Example generated
{
"email": "example",
"otp": "example",
"password": "example"
}