---
title: "Retrieves a specific agent details, including contact information."
method: GET
path: "/v1/agents/{id}"
tags: ["Agents"]
---

# Retrieves a specific agent details, including contact information.

`GET /v1/agents/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- AgenciesV1Agent — AgentDto
  - `dateUpdated` string, date-time, nullable — Gets or Sets DateUpdated
  - `agencyId` integer, nullable — Gets or Sets AgencyId
  - `agentId` integer, nullable — Gets or Sets AgentId
  - `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
  - `mugShotURL` string, nullable — Gets or Sets MugShotURL
  - `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
  - `profileUrl` string, nullable — Gets or Sets ProfileUrl
  - `jobPosition` string, nullable — Gets or Sets JobPosition

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