Get customer
Get a single customer by ID. Customers are auto-created from order data — they represent unique buyer email addresses that have purchased from the seller.
Authentication
AuthorizationBearer
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Path parameters
customer_id
Customer ID.
Response
Successful Response
id
Unique identifier.
email
Buyer email address.
total_orders
Total number of completed orders from this buyer.
total_spent
Total amount spent in cents (smallest currency unit).
currency
Currency code.
created_at
When this customer record was created.
object
Object type identifier. Always customer.
first_order_at
When this buyer first purchased.
last_order_at
When this buyer most recently purchased.
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error