Open API

GET api/category/getall

To Get the All categories Details call this api
Define these parameters in the Http Request Header:
Content-Type : application/json
Authorization : bearer:AccessToken

Response Information
[
  {
    "Code": "sample string 1",
    "Name": "sample string 2",
    "ParentCategoryCode": "sample string 3",
    "IsBrand": 64,
    "CreatedDate": "2024-04-25T09:02:18.5696997+00:00",
    "ModifiedDate": "2024-04-25T09:02:18.5696997+00:00"
  },
  {
    "Code": "sample string 1",
    "Name": "sample string 2",
    "ParentCategoryCode": "sample string 3",
    "IsBrand": 64,
    "CreatedDate": "2024-04-25T09:02:18.5696997+00:00",
    "ModifiedDate": "2024-04-25T09:02:18.5696997+00:00"
  }
]