POST
/
login-customer
curl --request POST \
  --url https://api.craveup.com/v1/login-customer \
  --header 'Content-Type: application/json' \
  --data '{
  "identifier": "<string>",
  "customerName": "<string>"
}'

Body

application/json
identifier
string
required

The customer's email or phone number.

customerName
string
required

The customer's name.

Response

200
_mintlify/placeholder

Successful login or registration.