iconLensAI

List all customers

Retrieve all customers owned by the authenticated developer.

GET/v1/customers
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://api.getlens.ai/v1/customers"
[
  {
    "key": "customer-001",
    "name": "Acme Corp",
    "description": "Main customer account for Acme Corporation",
    "createdAt": "2024-01-15T10:30:00.000Z",
    "updatedAt": "2024-01-15T10:30:00.000Z"
  }
]