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

# Customers

> Customers API endpoints

## Overview

Query customers data via GraphQL.

## Query

```graphql theme={null}
query GetCustomers {
  customers {
    id
    # Add fields
  }
}
```

## Fields

Available fields depend on your access level and brand permissions.

## Next Steps

<Card title="GraphQL Queries" href="/api-reference/graphql/queries">
  Learn GraphQL query syntax
</Card>
