POST:storefront/auth/email_login_complete.json
Storefront APIPOST:storefront/auth/email_login_complete.json

POST:storefront/auth/email_login_complete.json

Description

Once the code is received and entered, this endpoint can be used to complete the login process.

Topic: Auth

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

CustomerEmailLogin

{
  "code": "325238",
  "email": "bob.norman@hostmail.com"
}

Response Body

TokenAndCustomerID

Response Body Type

Loading module