Skip to main content
POST
/
api
/
confirm-email
Confirm Email
curl --request POST \
  --url 'http://{{base_url}}/api/confirm-email' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "{{user_email}}",
  "code": "55uans"
}
'
{
  "message": "Email confirmed"
}

Body

application/json

The body is of type object.

Response

200 - application/json

OK

The response is of type object.