Request an email-address change
/v1/auth/me/emailRequest body
application/json
new_emailstring Required The new email address to move the account to
Responses
application/json
data *MessageResponseDto
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
Returned object
curl -X POST "https://auth.canopy-io.com/v1/auth/me/email" \ -H "Content-Type: application/json" \ -d '{ "new_email": "string" }'
{ "data": { "message": "string" } }
Tell us how we can improve this guide.