Customers

Manage customer accounts and profile information

Authentication

All endpoints require API Key authentication

X-API-Key: your_api_key
GET/api/customers

List 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/customers

Create 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