v2
latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MBCustomer Auth
Verify a customer login OTP
Public storefront endpoint. A successful OTP verification returns customer JWT tokens.
post/v3/stores/{store_id}/public/auth/otp/verify
Path parameters
store_idstring required
Store unique_id.
Headers
X-Scalev-Storefront-Api-Keystring required
Publishable storefront public API key for the target store. Page public API keys are not accepted on Storefront public routes.
Request body
Response
Customer JWT tokens for a successful storefront customer login, OTP verification, or refresh.
Example response
{
"expires_in": 900,
"refresh_expires_in": 2592000
}