POST
/
user
/
email
/
verification
curl --request POST \
  --url https://api.helpyousponsor.com/v1/user/email/verification \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "activationCode": "<string>"
}'
{
  "message": "<string>",
  "attached": true
}

Body

application/json

Data required for user activation

The body is of type object.

Response

200
application/json

User activation status

The response is of type object.