Confirm an email-address change
/v1/auth/confirm-email-changeRequest body
application/json
tokenstring Required The confirmation token from the email link
Responses
application/json
data *MessageResponseDto
application/json
error *ApiErrorBodyDto
Returned object
curl -X POST "https://auth.canopy-io.com/v1/auth/confirm-email-change" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'
{ "data": { "message": "string" } }
Tell us how we can improve this guide.