Skip to main content
GET
List customers

Overview

GET /customers returns a paginated list of customers registered under your company. Use it to render a back-office customer list, search, or to reconcile your local cache against Cartevo.

When to use it

  • Render a “all customers” view in your dashboard.
  • Find a customer by name/email when their ID is not at hand.
  • Reconcile your local customer database against Cartevo’s source of truth.

Prerequisites

  • Authenticated as a company user.

Request

Headers

Query parameters

Response

200 — Success

For the per-customer field reference, see GET /customers/{id}.

Error responses

Code examples

cURL
Node.js (axios)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
Example:

1

limit
integer
Example:

20

Response

200 - application/json

A list of customers.

success
boolean
Example:

true

statusCode
integer
Example:

200

message
string
Example:

"Data retrieved successfully"

data
object[]
pagination
object