---
title: "Get predefined location by id"
method: GET
path: "/configuration/predefined-locations/{id}"
tags: ["predefined-locations"]
---

# Get predefined location by id

`GET /configuration/predefined-locations/{id}`

Gets predefined location by id

## Path parameters

- `id` string, uuid, required

## Response `200`

Predefined location found by id

- 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

## Other responses

- `404` — Predefined location not found

---

[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)
