---
title: "Get list of predefined locations"
method: GET
path: "/configuration/predefined-locations"
tags: ["predefined-locations"]
---

# Get list of predefined locations

`GET /configuration/predefined-locations`

Gets paginated list of predefined locations

## Query parameters

- `page_id` string
- `pageSize` integer
- `identifiers` string[]

## Response `200`

OK

- PredefinedLocationsPage
  - `content` PredefinedLocation[]
    - `id` string, uuid
    - `country` string
    - `region` string
    - `regionAbbr` string
    - `countryCode` string
    - `city` string
    - `address` string
    - `postalCode` string
    - `title` string
    - `identifier` string
    - `lat` number
    - `lng` number
  - `nextPageId` string, nullable

---

[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/revisions/449bdc2516c9/schema)
