Developers

List customers

2 min read
Try this endpoint live with your API key.
GET
List customers
listCustomers
https://api.tablelist.com/2025-03/customers
Authorization
Query Parameters
Header Parameters
cURL
curl --request GET \ \
  --url "https://api.tablelist.com/2025-03/customers"
Response
Run a request to see the response.

Endpoint reference for GET /customers.

  • Method: GET
  • Path: /customers
  • Operation ID: listCustomers
  • Tags: Customers

Query Parameters

NameTypeRequiredDescription
skipnumberNo
limitnumberNo
sortstringNo
modifiedStartstringNo
modifiedEndstringNo

Header Parameters

NameTypeRequiredDescription
x-tl-api-keystringYes

Responses

200

Customers response object.

  • Content-Type: application/json
    • Schema: object
FieldTypeRequiredDescription
dataarray<object>YesArray of customers

default

unexpected error

  • Content-Type: application/json
    • Schema: object
FieldTypeRequiredDescription
messagestringYes
errorsarray<object>Yes
errorDataobjectNo