> ## Documentation Index
> Fetch the complete documentation index at: https://docs.explo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Customer Endpoints

> Collection of endpoints to manage customers

<Card title="List Customers" icon="list" href="/api-reference/customer-api/customers" iconType="regular">
  List all of your Customers
</Card>

<Card title="Get or Create Customer" icon="users-medical" href="/api-reference/customer-api/get-or-create" iconType="regular">
  Get or create a new Customer
</Card>

<Card title="Update Customer" icon="users-gear" href="/api-reference/customer-api/update" iconType="regular">
  Update an existing Customer.
</Card>

<Card title="Delete Customer" icon="users-slash" href="/api-reference/customer-api/delete" iconType="regular">
  Delete an existing Customer.
</Card>

<Card title="Refresh Customer Token" icon="user-lock" href="/api-reference/customer-api/refresh-token" iconType="regular">
  Refresh a Customer token
</Card>

<Card title="Configure Customer Portal" icon="gears" href="/api-reference/customer-api/configure-portal" iconType="regular">
  Permission Customers to the Customer Portal
</Card>
