---
title: "Get Industries"
method: GET
path: "/api/v1/meta/industries"
tags: ["Public API"]
---

# Get Industries

`GET /api/v1/meta/industries`

Returns the complete list of industry reference data including codes. Use the returned IDs when creating or updating company profiles.

OAuth Scopes: meta

## Response `200`

List of all industries.

- object[]
  - `id` integer — Industry ID
  - `name` string — Industry name

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

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