---
title: "Get All Product Category"
method: GET
path: "/v1/product-category"
---

# Get All Product Category

`GET /v1/product-category`

Use this API to get all product category

## Query parameters

- `perPage` integer
- `page` integer
- `active` boolean
- `parent_id` string
- `keywords` string

## Headers

- `X-BUSINESS-API-KEY` string, required

## Response `200`

Successful response

- object
  - `data` object[]
    - `id` string, uuid
    - `name` string
    - `description` string, nullable
    - `is_active` boolean
    - `order` integer
    - `children` object[]
    - `is_parent` boolean
    - `image` object, nullable
      - `id` string, uuid
      - `caption` string
      - `alt_text` string, nullable
      - `group` string
      - `order` integer
      - `extension` string
      - `status` string, nullable
      - `disk` string
      - `url` string
      - `other_dimensions` object[]
        - `size` string
        - `path` string
      - `urls` object
        - `icon` string
        - `large` string
        - `small` string
        - `medium` string
        - `thumbnail` string
    - `emoji` string, nullable
    - `pos_color` string, nullable
  - `links` object
    - `first` string
    - `last` string
    - `prev` string, nullable
    - `next` string
  - `meta` object
    - `current_page` integer
    - `from` integer
    - `last_page` integer
    - `links` object[]
      - `url` string, nullable
      - `label` string
      - `active` boolean
    - `path` string
    - `per_page` integer
    - `to` integer
    - `total` integer

---

[API](https://skmtc.net/hitpayapp/apis/hitpay-api.md) · [All operations](https://skmtc.net/hitpayapp/apis/hitpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hitpayapp/hitpay-api/revisions/6aae1a736990/schema)
