Verify email
Verify email with a token from the verification email.
POST
/v1/marketplace/user/verify_emailQuery Parameters
select?array<string>
expand?array<string>
Request Body
application/json
token*string
Example
"AwxswpSz06iTefog91MMAG6X9fS7ZOsPwO7NMa5"Response Body
application/json
application/json
curl -X POST "https://api.noona.is/v1/marketplace/user/verify_email" \ -H "Content-Type: application/json" \ -d '{ "token": "AwxswpSz06iTefog91MMAG6X9fS7ZOsPwO7NMa5" }'Empty
{
"type": "generic_error",
"message": "Time slot is not available."
}{
"type": "generic_error",
"message": "Time slot is not available."
}