---
title: "Returns an agency"
method: GET
path: "/v1/Agencies/{agencyId}"
tags: ["Agencies"]
---

# Returns an agency

`GET /v1/Agencies/{agencyId}`

## Path parameters

- `agencyId` integer, required

## Response `200`

The details for an agency

- AdaptekApiApplicationAgenciesQueriesGetAgencyGetAgencyResponse
  - `id` integer
  - `fmoId` integer
  - `name` string, nullable
  - `fmoName` string, nullable
  - `holdingCompanyId` integer, nullable
  - `isHoldingCompany` boolean, nullable
  - `isBd` boolean, nullable
  - `isRia` boolean, nullable
  - `isIns` boolean, nullable
  - `isTax` boolean, nullable
  - `isTrst` boolean, nullable
  - `isMrtg` boolean, nullable
  - `isAgency` boolean, nullable
  - `logoFile` string, nullable
  - `address1` string, nullable
  - `address2` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zip` string, nullable
  - `contactPhone` string, nullable
  - `contactEmail` string, nullable
  - `mailchimpKey` string, nullable
  - `isByAllAccountsUnlimited` boolean, nullable
  - `aboutUs` string, nullable
  - `agencyWebSite` string, nullable
  - `hasGlobalCampaigns` boolean, nullable
  - `useCampaignV2` boolean, nullable
  - `isVaultActive` boolean
  - `isActive` boolean
  - `disclosure` string, nullable
  - `marketingEmailApiTypeId` integer, nullable
  - `primaryAdvisorId` integer, nullable
  - `hasSplashBot` boolean, nullable
  - `hasFireLight` boolean, nullable
  - `strategyAssessmentSections` integer, nullable
  - `autoGenerateComra` boolean, nullable
  - `requireVaultEmailVerification` boolean, nullable
  - `hasLeadManagement` boolean, nullable
  - `hasConsumerTransfer` boolean, nullable
  - `canReceiveConsumerTransfers` boolean, nullable
  - `colorOfMoneySaReportOptionTypeId` integer, nullable
  - `relevantPeopleSaReportOptionTypeId` integer, nullable
  - `hasCsg` boolean, nullable
  - `hasTda` boolean, nullable
  - `lastIsActive` boolean, nullable

## Other responses

- `404` — The agency was not found

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/revisions/517cf2397b0d/schema)
