Skip to main content
POST
/
api
/
auth
/
confirm-email
Confirm user email address
curl --request POST \
  --url https://tandem.hlofiys.xyz/api/auth/confirm-email \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "code": "<string>",
  "password": "<string>"
}
'
{
  "token": "<string>",
  "refresh_token": "<string>"
}

Body

application/json
email
string
required
code
string
required
password
string
required

Response

Email confirmed successfully

token
string
required

JWT token

refresh_token
string
required

Refresh token