Skip to content

Confirm an email change (public; single-use token)

POST
/store/v1/customers/me/email/confirm
curl --request POST \
--url https://your-store.example.com/store/v1/customers/me/email/confirm \
--header 'Content-Type: application/json' \
--data '{ "token": "example" }'
Media type application/json
object
token
required
string
>= 1 characters <= 512 characters
Example generated
{
"token": "example"
}