---
title: "Get all external locations"
method: GET
path: "/external_locations"
tags: ["External Locations"]
---

# Get all external locations

`GET /external_locations`

Returns all external locations from a specific location

## Headers

- `X-Subdomain` string

## Response `200`

External Location response

- ExternalLocationResponse[]
  - `company_id` string
  - `street_address` string, required
  - `street_address_2` string
  - `city` string, required
  - `state` string, required
  - `zip_code` string, required
  - `partner_id` string
  - `mytime_id` integer
  - `country` string, required
  - `nickname` string

## Other responses

- `401` — Unauthorized
- `422` — Invalid parameters
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

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