List Custom Field Definitions
List all custom field definitions for the account.
Returns paginated custom field definitions, optionally filtered by entity type.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Query parameters
entity_type
Filter by entity type (e.g., ‘customer’, ‘subscription’, ‘product’, ‘price’, ‘invoice’, ‘checkout_session’)
limit
Number of items per page
offset
Number of items to skip
filter
Filter conditions as key-value pairs or advanced filter objects (JSON string)
sortBy
Field to sort by
sortOrder
Sort order: 1 for ascending, -1 for descending
search
Keyword-based search across multiple fields
Response
Successful Response
items
total
has_more
Errors
422
Unprocessable Entity Error