API Reference · Customers

Retrieve a customer

Fetches a customer by id.

GET/v1/customers/:id

Returns the customer object, including Stripe linkage but excluding any internal secrets.

Path parameters

idstringRequired

Customer id (`cus_…`).

Errors

404
resource_missing

No customer exists with that id.