Log in a customer with token
Allows a user to use a redirect token to obtain their credentials
Request
Body Params application/json
{
"username": "string",
"password": "string",
"refreshToken": "string"
}
Request Code Samples
curl --location --request POST 'https://gateway.storeharmony.com/cloudapi/estore//auth/token' \
--header 'sessiontoken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string",
"refreshToken": "string"
}'
Responses
*/*
Customer logged in successfully
Modified at 2025-03-27 14:31:55