ApiV1StoreAuthLogin
Login with email and password
Login with email and password.
Request Body
application/json
email*string
Format
emailpassword*string
Length
1 <= lengthResponse Body
application/json
curl -X POST "https://api-pub.ezcart.io/v1/store/auth/login" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]", "password": "string" }'{
"customerId": "string",
"tokens": {
"accessToken": "string",
"refreshToken": "string",
"expiresIn": 0
}
}