---
title: "Retrieves a specific agency details."
method: GET
path: "/v1/agencies/{id}"
tags: ["Agencies"]
---

# Retrieves a specific agency details.

`GET /v1/agencies/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- AgenciesV2Agency — Agency
  - `accountType` 'none' | 'residential' | 'commercialLight' | 'commercialFull' | 'developer' | 'holiday' | 'business', nullable — Gets or Sets AccountType
  - `profile` AgenciesV2AgencyProfile — AgencyProfile
    - `agencyPhotos` AgenciesV2AgencyPhoto[], nullable — Gets or Sets AgencyPhotos
      - `url` string, nullable — Gets or Sets Url
    - `profileWebsite` string, nullable — Gets or Sets ProfileWebsite
    - `agencyBanner` string, nullable — Gets or Sets AgencyBanner
    - `agencyWebsite` string, nullable — Gets or Sets AgencyWebsite
    - `agencyLogoStandard` string, nullable — Gets or Sets AgencyLogoStandard
    - `agencyLogoSmall` string, nullable — Gets or Sets AgencyLogoSmall
    - `logoColour` string, nullable — Gets or Sets LogoColour
    - `primaryAgencyColour` string, nullable — Gets or Sets PrimaryAgencyColour
    - `backgroundColour` string, nullable — Gets or Sets BackgroundColour
    - `mapLatitude` string, nullable — Gets or Sets MapLatitude
    - `mapLongitude` string, nullable — Gets or Sets MapLongitude
    - `mapCertainty` integer, nullable — Gets or Sets MapCertainty
    - `agencyVideoUrl` string, nullable — Gets or Sets AgencyVideoUrl
    - `agencyDescription` string, nullable — Gets or Sets AgencyDescription
    - `agencyDescriptionCre` string, nullable — Gets or Sets AgencyDescriptionCre
    - `creProfileWebsite` string, nullable — Gets or Sets CreProfileWebsite
    - `agencyCreBanner` string, nullable — Gets or Sets AgencyCreBanner
    - `agencyCreWebsite` string, nullable — Gets or Sets AgencyCreWebsite
    - `agencyCreLogoStandard` string, nullable — Gets or Sets AgencyCreLogoStandard
    - `numberForSale` integer, nullable — Gets or Sets NumberForSale
    - `numberForRent` integer, nullable — Gets or Sets NumberForRent
    - `numberForSaleCommercial` integer, nullable — Gets or Sets NumberForSaleCommercial
    - `numberForRentCommercial` integer, nullable — Gets or Sets NumberForRentCommercial
    - `creAgencyVideoUrl` string, nullable — Gets or Sets CreAgencyVideoUrl
  - `dateUpdated` string, date-time, nullable — Gets or Sets DateUpdated
  - `name` string, nullable — Gets or Sets Name
  - `details` AgenciesV2AgencyDetails — AgencyDetails
    - `streetAddress1` string, required — Gets or Sets StreetAddress1
    - `streetAddress2` string, nullable — Gets or Sets StreetAddress2
    - `suburb` string, required — Gets or Sets Suburb
    - `state` string, required — Gets or Sets State
    - `postcode` string, required — Gets or Sets Postcode
    - `agencyWebsite` string, nullable — Gets or Sets AgencyWebsite
    - `principalName` string, nullable — Gets or Sets PrincipalName
    - `principalEmail` string, nullable — Gets or Sets PrincipalEmail
    - `showPastSalesPrices` boolean, nullable — Gets or Sets ShowPastSalesPrices
    - `isAgencyReportEnabled` boolean, nullable — Gets or Sets IsAgencyReportEnabled
    - `salesEmail` string, nullable — Gets or Sets SalesEmail
    - `rentalEmail` string, nullable — Gets or Sets RentalEmail
    - `isPromotionalTelephoneActive` boolean, nullable — Gets or Sets IsPromotionalTelephoneActive
    - `hideMarketPriceEstimate` boolean, required — Gets or Sets HideMarketPriceEstimate
    - `limitEmailDomain` boolean, required — Gets or Sets LimitEmailDomain
    - `showTabSoldLastYear` boolean, nullable — Gets or Sets ShowTabSoldLastYear
  - `id` integer, nullable — Gets or Sets Id
  - `creId` integer, nullable — Gets or Sets CreId
  - `agents` AgenciesV2ContactInAgencyList[], nullable — Gets or Sets Agents
    - `agencyId` integer, nullable — Gets or Sets AgencyId
    - `id` integer, nullable — Gets or Sets Id
    - `email` string, nullable — Gets or Sets Email
    - `firstName` string, nullable — Gets or Sets FirstName
    - `mobile` string, nullable — Gets or Sets Mobile
    - `photo` string, nullable — Gets or Sets Photo
    - `lastName` string, nullable — Gets or Sets LastName
    - `isActiveProfilePage` string, nullable — Gets or Sets IsActiveProfilePage
    - `phone` string, nullable — Gets or Sets Phone
    - `saleActive` boolean, nullable — Gets or Sets SaleActive
    - `rentalActive` boolean, nullable — Gets or Sets RentalActive
    - `secondaryEmail` string, nullable — Gets or Sets SecondaryEmail
    - `facebookUrl` string, nullable — Gets or Sets FacebookUrl
    - `twitterUrl` string, nullable — Gets or Sets TwitterUrl
    - `agentVideo` string, nullable — Gets or Sets AgentVideo
    - `profileText` string, nullable — Gets or Sets ProfileText
    - `isHideSoldLeasedListings` boolean, nullable — Gets or Sets IsHideSoldLeasedListings
    - `googlePlusUrl` string, nullable — Gets or Sets GooglePlusUrl
    - `personalWebsiteUrl` string, nullable — Gets or Sets PersonalWebsiteUrl
    - `linkedInUrl` string, nullable — Gets or Sets LinkedInUrl
    - `fax` string, nullable — Gets or Sets Fax
    - `mugShotNew` string, nullable — Gets or Sets MugShotNew
    - `contactTypeCode` integer, nullable — Gets or Sets ContactTypeCode
    - `receivesRequests` boolean, nullable — Gets or Sets ReceivesRequests
    - `creAgentVideoURL` string, nullable — Gets or Sets CreAgentVideoURL
    - `receiveScheduledReportEmail` boolean, nullable — Gets or Sets ReceiveScheduledReportEmail
  - `contactDetails` AgenciesV2AgencyContactDetails — AgencyContactDetails
    - `businessSale` AgenciesV2EmailPhone — EmailPhone
      - `email` string, nullable — Gets or Sets Email
      - `phone` string, nullable — Gets or Sets Phone
    - `businessRent` AgenciesV2EmailPhone — EmailPhone
      - `email` string, nullable — Gets or Sets Email
      - `phone` string, nullable — Gets or Sets Phone
    - `commercialLease` AgenciesV2EmailPhone — EmailPhone
      - `email` string, nullable — Gets or Sets Email
      - `phone` string, nullable — Gets or Sets Phone
    - `commercialSale` AgenciesV2EmailPhone — EmailPhone
      - `email` string, nullable — Gets or Sets Email
      - `phone` string, nullable — Gets or Sets Phone
    - `emailDomains` AgenciesV2EmailDomain[], nullable — Gets or Sets EmailDomains
      - `domain` string, nullable — Gets or Sets Domain
    - `general` AgenciesV2GeneralAgencyContactDetails — GeneralAgencyContactDetails
      - `email` string, nullable — Gets or Sets Email
      - `fax` string, nullable — Gets or Sets Fax
      - `phone` string, nullable — Gets or Sets Phone
      - `mobile` string, nullable — Gets or Sets Mobile
    - `residentialRent` AgenciesV2EmailPhone — EmailPhone
      - `email` string, nullable — Gets or Sets Email
      - `phone` string, nullable — Gets or Sets Phone
    - `residentialSale` AgenciesV2EmailPhone — EmailPhone
      - `email` string, nullable — Gets or Sets Email
      - `phone` string, nullable — Gets or Sets Phone
  - `homepassEnabled` boolean, nullable — Gets or Sets HomepassEnabled
  - `suburbsServed` string, nullable — Gets or Sets SuburbsServed
  - `subscribedToAgencyPerformanceReport` boolean, nullable — Gets or Sets SubscribedToAgencyPerformanceReport
  - `agencyOptions` AgenciesV2AgencyOptions — AgencyOptions
    - `saleListingsGstOption` integer, required — Gets or Sets SaleListingsGstOption
    - `leaseListingsGstOption` integer, required — Gets or Sets LeaseListingsGstOption
    - `receiveLookForPropertyRequests` boolean, required — Gets or Sets ReceiveLookForPropertyRequests
    - `receiveSellPropertyRequests` boolean, required — Gets or Sets ReceiveSellPropertyRequests
    - `receivePropertyValuationRequests` boolean, required — Gets or Sets ReceivePropertyValuationRequests
    - `agentDirectoryListing` boolean, required — Gets or Sets AgentDirectoryListing
  - `welcomeMessage` string, nullable — Gets or Sets WelcomeMessage
  - `adFormat` string, nullable — Gets or Sets AdFormat
  - `providerAgencyId` string, nullable — Gets or Sets ProviderAgencyId

## Other responses

- `default` — Error

---

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