Customers
📄️ List Customers
Fetch a list of [Customers](../api-docs/definitions/customer.mdx) for the current [portals](../api-docs/definitions/portal.md). Results are paginated and can be filtered by a search query and ordered.
📄️ Create a Customer
Create a new customer.
📄️ Get a Customer
Get a Customer by its ID
📄️ Delete a Customer
Delete a Customer by its ID.
📄️ Update a Customer
Update a Customer. Updates are partial. Therefore, when you want to modify a Customer, only send the fields you wish to update.
📄️ List Transactions of a Customer
Fetch the list of Transactions for a given Customer. The results can be sorted, filtered, and paginated.
📄️ Customer deleted
This event is triggered when an existing [Customer](../api-docs/definitions/customer.mdx) is deleted.
📄️ Customer created
This event is triggered when a new [Customer](../api-docs/definitions/customer.mdx) is created.
📄️ Customer updated
This event is triggered when an existing [Customer](../api-docs/definitions/customer.mdx) is modified. This event is also triggered when a customer is deleted. The `deleted` field will be set to `true`.