Customer Integrations
Get a list of customer integrations
Retrieves a paginated list of a customer's external integrations (billing, CRM, etc.).
get/api/v1/customers/{id}/integrations
Path parameters
idstring required
The unique identifier of the entity
Query parameters
afterstring uuid
Return items that come after this cursor
beforestring uuid
Return items that come before this cursor
limitinteger
Maximum number of items to return
vendorIdentifierstring[]
Filter by vendor identifier. Supports comma-separated values for multiple vendors (e.g., STRIPE,HUBSPOT)
Response
A paginated list of customer integration objects.