Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.hemenmagaza.com/v1/customers/login \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>" } '
{ "token": "<string>", "customer": { "name": "<string>", "email": "jsmith@example.com", "id": 123, "phone": "<string>" } }
Authorization: Bearer YOUR_API_TOKEN
Müşteri oturumu açıldı.
"cust_sess_5d2d"
Show child attributes