Retrieve a list of all categories
curl --request GET \
--url https://api.example.com/categories[
{
"id": "1",
"name": "Electronics",
"createdAt": "2024-01-15T10:30:00Z"
},
{
"id": "2",
"name": "Clothing",
"createdAt": "2024-01-16T14:20:00Z"
}
]
This endpoint returns all available product categories. This is a public endpoint that does not require authentication.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/GioTaipe/E-commerce/llms.txt
Use this file to discover all available pages before exploring further.
[
{
"id": "1",
"name": "Electronics",
"createdAt": "2024-01-15T10:30:00Z"
},
{
"id": "2",
"name": "Clothing",
"createdAt": "2024-01-16T14:20:00Z"
}
]
curl --request GET \
--url https://api.example.com/categories[
{
"id": "1",
"name": "Electronics",
"createdAt": "2024-01-15T10:30:00Z"
},
{
"id": "2",
"name": "Clothing",
"createdAt": "2024-01-16T14:20:00Z"
}
]