---
title: "List Contact"
method: GET
path: "/contact"
---

# List Contact

`GET /contact`

## Query parameters

- `page` integer
- `per_page` integer
- `search_term` string

## Headers

- `api-token` string
- `x-api-key` string

## Response `200`

200

- object
  - `status` string
  - `meta` object
    - `total` integer
    - `pages` integer
    - `perpage` integer
    - `page` integer
  - `data` object[]
    - `id` integer
    - `product_name` string
    - `description` string
    - `hsn_sac` string
    - `gst_rate_apply` string
    - `category` string
    - `service_type` integer
    - `units` string
    - `added_by` integer
    - `added_on` string
    - `mode` integer
    - `cess` integer
    - `inventory_setup_status` string
    - `cess_type` string
    - `status` integer
    - `product_variants` object[]
      - `id` integer
      - `name` string
      - `description` string
      - `description_synced` string
      - `price` string
      - `price_type` integer
      - `non_tax` integer
      - `taxable` integer
      - `rate` integer
      - `tax` integer
      - `status` integer
      - `currency` string
      - `sku_id` string
      - `extra_field` object[]
    - `extra_field` object
      - `track_inventory` string
      - `inventory_valuation_method` string
    - `edit_log` object[]

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500
- `501` — 501
- `502` — 502
- `503` — 503

---

[API](https://skmtc.dev/ledgers/apis/authentication.md) · [All operations](https://skmtc.dev/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgers/authentication/revisions/605f28ef08ef/schema)
