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.