GET https://api.ecartapi.com/api/v2/categories
Searches for all the available categories.
Body
PARAM
Key | Datatype | Required | Description |
page
|
string | Pagination position number | |
limit
|
string | Results limit per page |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
{
"success": true,
"categories": [
{
"id": "cat_cju1uaj0i0000ugbbfnk1243c",
"name": "Custom Category",
"description": null
}
]
} |
ENDPOINTS