POST
/
auth
/
verify-mail
Verify email address
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/auth/verify-mail \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>"
}
'
{}

Body

application/json

Verification code

code
string

Response

OK

{key}
string