API Reference · Customers
Retrieve a customer
Fetches a customer by id.
GET
/v1/customers/:idReturns the customer object, including Stripe linkage but excluding any internal secrets.
Returnscustomer object
Path parameters
idstringRequiredCustomer id (`cus_…`).
Errors
404
resource_missingNo customer exists with that id.