API - Get Category List

Get all category data from DavidDropShip.

API Get Category List

URL: https://www.daviddropship.com/index.php?route=api/v1/category_list

Format: json

Method: post

Body Form-Data:

Param Required Type Description
api_token True String api token

Return Param

Format: json

Param Required Type Description
code True int status code, 200 mean success
message False String message
data True String data
> category_id True int category id
> name True String category name
> parent_id True int parent id
> products_total True int products total

Example: