Skip to content

CheckCustomerOTP

Endpoint

POST /customer/auth/otp/check

Description

Checks the current customer OTP code.

Authorization

Requires SESSION_CUSTOMER token.

Request

{
  "code": "123456"
}

Response

{
  "data": "OK"
}