Skip to main content
POST
/
v1
/
auth
/
confirm
Confirm email
curl --request POST \
  --url http://co-mind-platform-host/v1/auth/confirm \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "code": "<string>"
}
'
{
  "message": "<string>"
}

Body

application/json
email
string<email>
required
code
string
required

Response

Email confirmed

message
string