---
title: "Listing career pages"
method: GET
path: "/career-pages"
tags: ["Company Career Pages"]
---

# Listing career pages

`GET /career-pages`

Returns a list of company career pages.

## Query parameters

- `fields` string
- `id` number
- `name` string
- `perPage` integer
- `page` integer

## Response `200`

An array of career pages

- PaginatedCareerPage — An array of career pages
  - `results` CareerPage[], required
    - `id` integer — Career page ID
    - `subdomain` string — Career page subdomain
    - `name` string — Career page name
    - `jobBoardsName` string — Name to be used on job boards published jobs
    - `companySection` object — Information about the company section of the career page
      - `title` string — Section title shown in the page
      - `description` string — Section description shown in the page
    - `jobsSection` object — Information about the jobs section of the career page
      - `title` string — Section title shown in the page
      - `description` string — Section description shown in the page
    - `socialMediaSection` object — Information about the contacts section of the career page
      - `title` string — Section title shown in the page
      - `websiteUrl` string — URL of the company's website
      - `facebookUrl` string — URL of the company's Facebook page
      - `instagramUrl` string — URL of the company's Instagram profile
      - `linkedinUrl` string — URL of the company's LinkedIn page
      - `lovemondaysUrl` string — URL of the company's LoveMonday profile
    - `videosSection` object — Information about the videos section of the career page
      - `title` string — Section title shown in the page
      - `description` string — Section description shown in the page
      - `videos` string[] — Array of video URLs
    - `candidateTestimonialsSection` object — Information about the candidates testimonials section of the career page
      - `title` string — Section title shown in the page
      - `description` string — Section description shown in the page
    - `employeeTestimonialsSection` object — Information about the employees testimonials section of the career page
      - `title` string — Section title shown in the page
      - `description` string — Section description shown in the page
    - `createdAt` string, date-time — Data of creation
    - `updatedAt` string, date-time — Date of update
  - `totalResults` integer
  - `page` integer
  - `totalPages` integer

## Other responses

- `400` — BadRequest / Invalid Input
- `401` — Unauthorized
- `403` — Forbidden

---

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