Skip to main content
POST
Verify customer email

Authorizations

x-api-key
string
header
default:sfk_your_api_key
required

Storefront API key (sfk_...)

Body

application/json
token
string
required

Email verification token from email link

Response

200 - application/json
accessToken
string
required

JWT access token for authenticating API requests

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

refreshToken
string
required

JWT refresh token for obtaining new access tokens

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Last modified on July 26, 2026