---
title: "Get Company Locations"
method: GET
path: "/api/v1/applicant_tracking/locations"
tags: ["Applicant Tracking", "Public API"]
---

# Get Company Locations

`GET /api/v1/applicant_tracking/locations`

Get all company locations available for use when creating a job opening. The authenticated caller must have access to ATS settings. Use the returned location IDs as the `jobLocation` field when calling the Create Job Opening endpoint.

OAuth Scopes: hiring:applications

## Response `200`

Success. Returns an array of location objects.

- Location[]
  - `id` integer — The ID of the location
  - `name` string — Name of the location
  - `description` string — Description of the location
  - `city` string — City of the location
  - `state` State
    - `id` integer — The ID of the state
    - `name` string — The name of the state
    - `abbrev` string — The abbreviation of the state
    - `iso_code` string — The ISO standard code of the state
  - `country` Country
    - `id` integer — The ID of the country
    - `name` string — The name of the country
    - `iso_code` string — The ISO standard code of the country
  - `zipcode` string — The ZIP or postal code of the location
  - `addressLine1` string — The first address line of the location
  - `addressLine2` string — The second address line of the location
  - `phone` string — The phone number of the location

## Other responses

- `401` — Unauthorized. Invalid API credentials.
- `403` — Insufficient user permissions or API access is not turned on.
- `404` — Bad request url.

---

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