---
title: "List Agency Accounts"
method: GET
path: "/agency_accounts"
---

# List Agency Accounts

`GET /agency_accounts`

## 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

---

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