Auth
Login
AuthorizationBearer <token>
회원 accessToken
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
email*string
Match
^(?:[A-Za-z0-9_'+\-]+\.)*[A-Za-z0-9_'+\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Format
emailpassword*string
Length
1 <= lengthcartToken?string
Response Body
curl -X POST "https://example.com/storefront/v1/auth/login" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com", "password": "string" }'Empty