Listar clientes
Customers
List customers
Retrieve a paginated list of customers
GET
Listar clientes
Returns a paginated list of customers for the authenticated merchant.
Authorizations
Token JWT obtido via /v1/auth/token
Query Parameters
Numero da pagina
Example:
1
Itens por pagina (max: 100)
Example:
20
Filtrar por status
Available options:
Active, Inactive Example:
"Active"
Filtrar por tipo de documento
Available options:
CPF, CNPJ Example:
"CPF"
Buscar por nome, email ou documento
Example:
"joao"
Filtrar por ID externo
Example:
"cliente_123"