Get all categories
GET https://api.ecartapi.com/api/v2/categories
Searches for all the available categories.
FILTERS
| Filter | Description |
limit | Limit size of the search |
name | Filter categories by name |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"categories":[{"id":"15","name":"Sin categorizar","description":null}]}