post https://{baseUrl}/V1/customer/auth
Authenticate your registered customer via this endpoint. The username is the email and password is the password provided during registration of the customer. Use the token for all API that require a customer Bearer token authorization header.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/customer/auth' --header 'Content-Type: application/json' --data-raw '{ "username": "[email protected]", "password": "MyPassw0rd!" }'