Customer Login (JWT)
POST
/store/auth/token
Auth
Request Request Example
JavaScript
Shell
Java
Swift
curl --location -g --request POST '{{BASE_URL}}/store/auth/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string"
}'
Response Response Example
200 - Example 1
{
"access_token": "string"
}
Request
Body Params application/json
Responses
Modified at 2023-11-27 13:05:07