---
title: "List Agency Accounts for Location"
method: GET
path: "/locations/{region_platform_public_id}/agency_accounts"
---

# List Agency Accounts for Location

`GET /locations/{region_platform_public_id}/agency_accounts`

## Path parameters

- `region_platform_public_id` string, required

## Response `200`

Successful Response

- AppApiPlatformModelsPlatformAgencyAccount[]
  - `location_id` string, required
  - `id` string, required
  - `name` string, required
  - `agency` PlatformAgency, required
    - `id` string, required
    - `name` string, required
    - `website` string, required
  - `data` PlatformAgencyAttributeAndValue[], required
    - `name` string, required
    - `description` string, nullable, required
    - `value` string, nullable, required
  - `logins` PlatformLegalEntityAccountLogin[], required
    - `id` string, required — The identifier of this Account Login
    - `name` string, required — The name of the Login
    - `location_id` string, required — The location id the login belongs to
    - `login_url` string, required — This field is deprecated, please use url.
    - `url` string, required — The url pointing to the login page for this Login

## Other responses

- `422` — Validation Error

---

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