---
title: "List career sites configurations"
method: GET
path: "/configuration/career-sites"
tags: ["configuration"]
---

# List career sites configurations

`GET /configuration/career-sites`

Lists career sites configurations using pagination

## Query parameters

- `page_id` string
- `pageSize` integer

## Response `200`

List of career sites configurations for current page

- CareerSitesConfigurationPage
  - `nextPageId` string, nullable
  - `content` CareerSiteConfiguration[]
    - `id` string, required — Unique identifier for the career site configuration.
    - `name` string, required — Name of a career site configuration.
    - `path` string, required — Path to a career site.
    - `language` string, nullable — Language of the career site.
    - `published` boolean, required — Whether the career site is published.
    - `useCustomSiteUrl` boolean, required — Indicator whether career site uses custom url.
    - `customSiteUrl` string, nullable — Custom URL for the career site, if applicable.

## Other responses

- `400` — Invalid pageId or pageSize parameters provided
- `403` — Forbidden to access the resource, check your authorisation and rights.

---

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