Skip to main content
POST
Verify a login code

Authorizations

x-api-key
string
header
default:sfk_your_api_key
required

Storefront API key (sfk_...)

Body

application/json
email
string
required

Customer email address

Example:

"customer@example.com"

code
string
required

6-digit verification code

Example:

"123456"

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