Get all available categories

GET https://api.ecartapi.com/api/v2/categories

FILTERS

</tbody>
FilterDescription
idsFilter categories by Id's provided
limitLimit size of the search
pagePagination number.
sinceIdFilter categories since the Id given
nameFilter categories by name
productIDFilter by product id

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;categories&quot;:[{&quot;id&quot;:&quot;120089313380&quot;,&quot;name&quot;:&quot;Custom Category Updated&quot;,&quot;description&quot;:null}]}