Customers
Manage customer accounts and profile information
Authentication
All endpoints require API Key authentication
X-API-Key: your_api_keyGET
/api/customersList Customers
Retrieve a list of all customers in the loyalty program
GET
/api/customers/{customer_id}Get Customer by ID
Retrieve detailed information about a specific customer
POST
/api/customersCreate Customer
Register a new customer in the loyalty program
PUT
/api/customers/{customer_id}Update Customer
Update customer information
DELETE
/api/customers/{customer_id}Delete Customer
Remove a customer from the loyalty program