Confirm the one-time code and issue a session token for the shopper.
| Header | Type | Description |
|---|---|---|
Content-Type | string | Always set to application/json. |
x-shop-id | string | Shop identifier to associate the user with your store. |
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Email address that requested the verification code. |
otp | string | Yes | Six-digit one-time code the shopper received by email. |
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.