Authentication > Auth > authConfirm
Commerce APIAuthenticationAuthauthConfirm
authConfirm
POST:auth/confirm.json

Description

Use this endpoint to complete email verification process. When user is registered he is emailed with a link which contains a token that needs to be provided as token argument.

After successful call, email_confirmed is set to true

Topic: Auth

Arguments

token: String!

Confirmation token that was delivered via email


Result

Boolean

Preview (typescript)

Loading module