Authentication
Authenticate customer and issue API token
Exchange user credentials for an API token that can be used for subsequent authenticated requests.
post/customer/login
Request body
Example request
{
"email": "user@example.com",
"password": "password123",
"device_name": "iPhone 15"
}Response
LoginResponseResource