customer_login
Authenticate a customer with email and password to receive a session token for API access.
Instructions
Authenticate a customer and return session/token data.
Parameters
email : Customer e-mail address. password : Customer password (plain text — only use over HTTPS; never logged).
Returns the API response which typically includes a session token or authentication confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| password | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||