Address controller list wards

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 /shipping/address/{carrier}/wards

Path parameters

  • carrier number Required

Query parameters

  • districtId number Required

Responses

  • 200
GET /shipping/address/{carrier}/wards
curl \
 --request GET 'https://api-dealer.dilisupplement.com/api/shipping/address/{carrier}/wards?districtId=42.0' \
 --header "X-Api-Key: $API_KEY"