List customers for current dealer

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://tailieu-api.dilisupplement.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "API Đại Lý MCP server": {
    "url": "https://tailieu-api.dilisupplement.com/mcp"
  }
}

Close
GET /customers

Paginated, searchable by name or phone. Ranked by most-recent order.

Query parameters

  • page number

    Trang, bắt đầu từ 1

    Minimum value is 1. Default value is 1.

  • page_size number

    Số bản ghi mỗi trang

    Minimum value is 1, maximum value is 500. Default value is 20.

Responses

  • 200

    Paginated customer list with { data, meta }

GET /customers
curl \
 --request GET 'https://api-dealer.dilisupplement.com/api/customers'