---
title: "List Industries"
method: GET
path: "/v1/industries"
tags: ["Catalogue"]
---

# List Industries

`GET /v1/industries`

Retrieve a list of available industries

## Query parameters

- `per_page` integer
- `current_page` integer

## Response `200`

List of industries retrieved successfully

- object
  - `data` object
    - `pagination` Pagination
      - `current_page` integer
      - `per_page` integer
      - `total_page` integer
      - `total` integer
    - `industries` object[]
      - `id` integer
      - `title` string

## Other responses

- `401` — Authentication failed due to invalid credentials

---

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