---
title: "List agencies"
method: GET
path: "/agency"
tags: ["Agency"]
---

# List agencies

`GET /agency`

List all agencies the account is a part of.

Currently, CloseBot accounts can only be part of one agency.

## Response `200`

Success

- AgencyDto[]
  - `id` string, nullable
  - `name` string, nullable
  - `members` AgencyMemberDto[], nullable
    - `accountId` string, nullable
    - `role` string, nullable
    - `authId` string, nullable
    - `name` string, nullable
    - `email` string, nullable
    - `status` string, nullable

---

[API](https://skmtc.dev/closebot/apis/closebot-api.md) · [All operations](https://skmtc.dev/closebot/apis/closebot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/closebot/closebot-api/revisions/da5f5fb58534/schema)
