---
title: "Get all Job Boards"
method: GET
path: "/v1/hire/jobboards"
tags: ["JobBoards"]
---

# Get all Job Boards

`GET /v1/hire/jobboards`

Get the list of all job boards that are currently available

## Response `200`

Success

- JobBoardIntegrationDTO[]
  - `jobBoardName` string, nullable — Gets or sets the name of the job board.
  - `jobBoardIdentifier` string, nullable — Gets or sets the job board identifier.
  - `isActive` boolean — Gets or sets a value indicating whether this instance is active.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

[API](https://skmtc.net/keka/apis/keka-api.md) · [All operations](https://skmtc.net/keka/apis/keka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keka/keka-api/versions/907ea395c885/schema)
