Get a list of customers
Retrieves a paginated list of customers in the environment.
Query parameters
Return items that come after this cursor
Return items that come before this cursor
Maximum number of items to return
Filter by exact customer email address
Filter by exact customer name
Filter by creation date using range operators: gt, gte, lt, lte
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Response
A paginated list of customer objects.
Changes
Changed in 9 of the 115 revisions of this API.132
- ●
added the new
CreditOveragePriceCurrencyNotFoundenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
InvalidCreditOverageBillingModelenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
InvoicePreviewNotAvailableForDraftContractenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
OveragePriceNotSupportedOnAddonenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
OveragePriceRequiresUsageLimitenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
- ●
added the new
STRIPE_INVOICINGenum value to thedata/items/integrations/items/vendorIdentifierresponse property for the response status200response-property-enum-value-added
- ●
- ●
added the new
GovernanceNotEnabledenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
- ●
added the new
AIRWALLEXenum value to thedata/items/integrations/items/vendorIdentifierresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the new optional
headerrequest parameterX-ACCOUNT-IDnew-optional-request-parameter
- ○
added the new optional
headerrequest parameterX-ENVIRONMENT-IDnew-optional-request-parameter
- ○
- ●
added the new
PricingModelNotSupportedByBillingIntegrationenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
- ●
added the new
PREQUELenum value to thedata/items/integrations/items/vendorIdentifierresponse property for the response status200response-property-enum-value-added
- ●
- ●
added the new
DataExportIntegrationErrorenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
- ●
added the new
InvalidReceivedSignatureErrorenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
RECEIVEDenum value to thedata/items/integrations/items/vendorIdentifierresponse property for the response status200response-property-enum-value-added
- ●