Customers

List customers.

get/v2/customers

Query parameters

limitinteger

Maximum number of records to return. Defaults to 100.

starting_afterstring

Return records created after this resource id, ordered by created_at then id.

Cursor resource id from the previous page.

Response

Page of resources.

has_moreboolean required

True when additional records are available after the returned page.

Example response

{
  "data": [
    {
      "id": "018f5f0c-1111-7abc-8def-123456789abc",
      "name": "Acme",
      "external_id": "crm_acme_001",
      "stripe_customer_id": "cus_NffrFeUfNV2Hib",
      "quickbooks_customer_id": "018f5f0c-1111-7abc-8def-123456789abc",
      "created_at": 1767225600,
      "updated_at": 1767225600
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.