Bridge · Schema

Bridge RESO Member

RESO-normalized Member (agent) record served by the Bridge RESO Web API.

Real-EstateMLSRESOListingsProperty DataBrokersData Distribution

Properties

Name Type Description
MemberKey string
MemberMlsId string
MemberFirstName string
MemberMiddleName string
MemberLastName string
MemberFullName string
MemberEmail string
MemberOfficePhone string
MemberMobilePhone string
MemberDirectPhone string
MemberType string
MemberStatus string
MemberStateLicense string
MemberPreferredPhone string
OfficeKey string
OfficeMlsId string
OfficeName string
MemberAddress1 string
MemberCity string
MemberStateOrProvince string
MemberPostalCode string
MemberCountry string
ModificationTimestamp string
View JSON Schema on GitHub

JSON Schema

bridge-member-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bridge-mls/main/json-schema/bridge-member-schema.json",
  "title": "Bridge RESO Member",
  "description": "RESO-normalized Member (agent) record served by the Bridge RESO Web API.",
  "type": "object",
  "required": ["MemberKey"],
  "properties": {
    "MemberKey": { "type": "string" },
    "MemberMlsId": { "type": "string" },
    "MemberFirstName": { "type": "string" },
    "MemberMiddleName": { "type": "string" },
    "MemberLastName": { "type": "string" },
    "MemberFullName": { "type": "string" },
    "MemberEmail": { "type": "string", "format": "email" },
    "MemberOfficePhone": { "type": "string" },
    "MemberMobilePhone": { "type": "string" },
    "MemberDirectPhone": { "type": "string" },
    "MemberType": { "type": "string", "enum": ["Agent", "Office Manager", "Broker", "Appraiser", "Assistant", "Office"] },
    "MemberStatus": { "type": "string", "enum": ["Active", "Inactive"] },
    "MemberStateLicense": { "type": "string" },
    "MemberPreferredPhone": { "type": "string" },
    "OfficeKey": { "type": "string" },
    "OfficeMlsId": { "type": "string" },
    "OfficeName": { "type": "string" },
    "MemberAddress1": { "type": "string" },
    "MemberCity": { "type": "string" },
    "MemberStateOrProvince": { "type": "string" },
    "MemberPostalCode": { "type": "string" },
    "MemberCountry": { "type": "string" },
    "ModificationTimestamp": { "type": "string", "format": "date-time" }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bridge-member"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.