Customer Login (JWT)
POST
/store/token
Auth
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '{{BASE_URL}}/store/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-10-10 11:56:36