Skip to main content
GET
/
agents
/
{guid}
agent
curl --request GET \
  --url https://api.windermere.com/v1/api/agents/{guid} \
  --header 'x-api-key: <api-key>'
{
  "moxi_works_agent_id": "string",
  "agent_uuid": "string",
  "client_id_1": {},
  "client_id_2": "string",
  "client_auths": [],
  "facebook_account_id": "string",
  "client_agent_id": {},
  "auth_client_id": {},
  "mls_agent_id": {},
  "license": "string",
  "mls_name": "string",
  "mls_abbreviation": "string",
  "available_mls": [
    {
      "name": "string",
      "display_name": "string",
      "mls_abbreviation": "string",
      "agent_id": {}
    }
  ],
  "moxi_works_office_id": "string",
  "office_id": 0,
  "office_name": "string",
  "client_office_id": "string",
  "company_id": 0,
  "client_company_id": "string",
  "alternate_internal_office_id": {},
  "office_address_street": "string",
  "office_address_street2": {},
  "office_address_city": "string",
  "office_address_state": "string",
  "office_address_zip": "string",
  "office_mailing_address_street": "string",
  "office_mailing_address_street2": {},
  "office_mailing_address_city": "string",
  "office_mailing_address_state": "string",
  "office_mailing_address_zip": "string",
  "name": {},
  "first_name": {},
  "last_name": {},
  "nickname": {},
  "mobile_phone_number": {},
  "alt_phone_number": {},
  "fax_phone_number": {},
  "main_phone_number": "string",
  "office_phone_number": "string",
  "primary_email_address": "string",
  "secondary_email_address": "string",
  "lead_routing_email_address": {},
  "email_addresses": {
    "primary": "string",
    "display": "string",
    "alternate": "string",
    "moxi_sync": "string",
    "zillow": {},
    "lead_routing": {}
  },
  "bio": {},
  "title": "string",
  "designations": {},
  "uuid": "string",
  "has_product_access": true,
  "has_engage_access": true,
  "access_level": "string",
  "view_level": "string",
  "teams": [],
  "website_base_url": {},
  "twitter": {},
  "google_plus": {},
  "facebook": {},
  "instagram": {},
  "blogger": {},
  "youtube": {},
  "linked_in": {},
  "pinterest": {},
  "home_page": "string",
  "profile_image_url": "string",
  "profile_thumb_url": "string",
  "region": "string",
  "service_area_zip_codes": [],
  "agent_website": {
    "base_url": {},
    "bio_page_slug": {}
  },
  "alternate_offices": [],
  "partners": [],
  "company_programs": [],
  "source_metadata": [
    {
      "identifier_source": "string",
      "identifier_type": "string",
      "identifier_key": {}
    }
  ],
  "created_timestamp": 0,
  "deactivated_timestamp": {},
  "last_updated_timestamp": 0,
  "last_updated": 0,
  "modification_timestamp": "string",
  "profile_visible_online": true,
  "languages": [],
  "user_reviews": []
}

Authorizations

x-api-key
string
header
required

Path Parameters

guid
object
required

moxi_works_agent_id or agent_uuid or source_agent_id One of these parameters must be supplied Please reference Agent Identifiers for information about how to construct your agent identifier request params.

Query Parameters

moxi_works_company_id
string
required

A valid MoxiWorks Company ID. Use Company Endpoint to determine what moxi_works_company_id you can use.

parent_company_id
string

This is the numeric_id or moxi_works_company_id of a company that is considered to be a parent company in the MoxiWorks Platform. This request attribute has two functions:

  1. It provides for a broad scope by which partners may be afforded permissions to perform MoxiWorks Platform actions, in scenarios where a partner does business with a parent company in the MoxiWorks System.
  2. It provides broad scope under which agents may be looked up using the source_agent_id request attribute in many scenarios across different MoxiWorks Platform endpoints and actions.

Please note that this attribute cannot be used as a replacement for the moxi_works_company_id request attribute in scenarios where the moxi_works_company_id request attribute is required by the action.

Please note that this attribute cannot be used to broaden scope of any request where the scope of the request is defined by the moxi_works_company_id request attribute.

Please note that when passed in conjunction with the moxi_works_company_id request attribute, the value of moxi_works_company_id request attribute must be the numeric id form.

Any use of this request attribute must be coordinated with MoxiWorks Platform Partner services. Please reach out to partner services for more information.

include_access_level
boolean

To include access level information for the agent in the response, pass true

include_gci_goals
boolean

Whether to include agent’s GCI goals and commissions data in the response data.

include_partners
boolean

To include affiliate data associated with the agent in the response, pass true.

include_reviews
boolean

To include ratings and reviews associated with the agent in the response, pass true.

Response

200 - application/json
moxi_works_agent_id
string
agent_uuid
string
client_id_1
any
client_id_2
string
client_auths
array
facebook_account_id
string
client_agent_id
any
auth_client_id
any
mls_agent_id
any
license
string
mls_name
string
mls_abbreviation
string
available_mls
object[]
moxi_works_office_id
string
office_id
integer
office_name
string
client_office_id
string
company_id
integer
client_company_id
string
alternate_internal_office_id
any
office_address_street
string
office_address_street2
any
office_address_city
string
office_address_state
string
office_address_zip
string
office_mailing_address_street
string
office_mailing_address_street2
any
office_mailing_address_city
string
office_mailing_address_state
string
office_mailing_address_zip
string
name
any
first_name
any
last_name
any
nickname
any
mobile_phone_number
any
alt_phone_number
any
fax_phone_number
any
main_phone_number
string
office_phone_number
string
primary_email_address
string
secondary_email_address
string
lead_routing_email_address
any
email_addresses
object
bio
any
title
string
designations
any
uuid
string
has_product_access
boolean
has_engage_access
boolean
access_level
string
view_level
string
teams
array
website_base_url
any
twitter
any
google_plus
any
facebook
any
instagram
any
blogger
any
youtube
any
linked_in
any
pinterest
any
home_page
string
profile_image_url
string
profile_thumb_url
string
region
string
service_area_zip_codes
array
agent_website
object
alternate_offices
array
partners
array
company_programs
array
source_metadata
object[]
created_timestamp
integer
deactivated_timestamp
any
last_updated_timestamp
integer
last_updated
integer
modification_timestamp
string
profile_visible_online
boolean
languages
array
user_reviews
array