{"info":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","description":"<html><head></head><body><p>This collection provides helpful examples for queries to the MLS Router™ API.<br>MLS Router™ API suite is a <a href=\"https://certification.reso.org/web-api/cgV7DoYBT3cVLUO3ZE26\">RESO certified Web API</a> for MLS data distribution.</p>\n<p><a href=\"https://realtyna.atlassian.net/wiki/x/AQD7R\">MLS Router Main Doc</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16197326","collectionId":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","publishedId":"2sB3BHn9Um","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-19T07:32:39.000Z"},"item":[{"name":"Authentication","item":[{"name":"OAuth2 Token","id":"9ef5e6c9-a27c-4ef0-96a1-8c43b8939193","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"n1iffbioruv4546b6e6qd3e9n","type":"text"},{"key":"client_secret","value":"1mmfsnv2unnl6vkbllsfph2c382bis971ofq1rt770l1e57d2bu7","type":"text"},{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.realtyfeed.com/v1/auth/token?force_new_token=true","description":"<p>This endpoint is used to obtain an authentication token for accessing protected resources in the MLS Router. By providing valid credentials, clients can receive a token that must be included in subsequent requests to authenticate the user.</p>\n<h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">client_id=your_client_id\nclient_secret=your_client_secret\n\n</code></pre>\n<p>Sign up on <a href=\"https://dashboard.realtyfeed.com/\">Realtyfeed Dashboard</a> to aquire client_id and client_secret:</p>\n<blockquote>\n<p>MLS Data Vendors can acquire the API access through a different dashboard (invitation-based only) </p>\n</blockquote>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server will respond with a JSON object containing the authentication token and other relevant information. The structure of the response typically includes:</p>\n<ul>\n<li><p><strong>access_token</strong> (string): The token that can be used for authenticating subsequent API requests.</p>\n</li>\n<li><p><strong>token_type</strong> (string): The type of token issued (e.g., Bearer).</p>\n</li>\n<li><p><strong>expires_in</strong> (integer): The duration in seconds for which the token is valid.</p>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"access_token\": \"your_access_token\",\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>client_id</code> and <code>client_secret</code> are kept confidential and not exposed in public repositories or client-side code.</p>\n</li>\n<li><p>The token received from this endpoint should be included in the <code>Authorization</code> header of subsequent API requests to access protected resources.</p>\n</li>\n<li><p><strong>Rate limt is 1 Request per second.</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","auth","token"],"host":["api","realtyfeed","com"],"query":[{"key":"force_new_token","value":"true"}],"variable":[]}},"response":[],"_postman_id":"9ef5e6c9-a27c-4ef0-96a1-8c43b8939193"}],"id":"243bdfbd-71da-439a-b3d3-711749fb9fc8","description":"<p>To access the API, authentication is required. The API uses the OAuth2 Client Credentials flow for authentication</p>\n","_postman_id":"243bdfbd-71da-439a-b3d3-711749fb9fc8","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}}},{"name":"Metadata","item":[{"name":"Metadata","id":"a4b16aa8-0240-4a00-87ec-2ac5079d349f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/xml"}],"url":"https://api.realtyfeed.com/reso/odata/$metadata","description":"<p>This endpoint retrieves the metadata for the MLS Router OData service. The metadata provides a comprehensive description of the data model, including entity types, relationships, and the structure of the data that can be queried through the API.</p>\n<h2 id=\"request-format\">Request Format</h2>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.realtyfeed.com/reso/odata/$metadata</code></p>\n</li>\n<li><p><strong>Request Body</strong>: No request body is required for this GET request.</p>\n</li>\n</ul>\n<h2 id=\"response-structure\">Response Structure</h2>\n<p>The response will contain XML formatted metadata that describes the following:</p>\n<p>This metadata is essential for developers to understand how to interact with the API effectively and to construct valid queries.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","$metadata"],"host":["api","realtyfeed","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4b16aa8-0240-4a00-87ec-2ac5079d349f"},{"name":"Lookup","id":"20d53b0b-759b-49a5-a6ae-f2362e00c9b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Lookup","description":"<p>This endpoint retrieves a list of lookup values from the API. It is commonly used to obtain standardized data such as property types, statuses, and other relevant categories that can be utilized in real estate applications.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li>The request may include various query parameters to filter or modify the response. Ensure to check the API documentation for the specific parameters available for use.</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Lookup"],"host":["api","realtyfeed","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"20d53b0b-759b-49a5-a6ae-f2362e00c9b5"},{"name":"Lookup values for StandardStatus","id":"c2a7d165-e9a7-437b-81e0-c28c4ca68312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Lookup?$filter=LookupName eq 'SDMLS_Neighborhood'","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><strong>$filter</strong>: This parameter is used to specify conditions for filtering the results. In this case, it filters the lookup entries to only include those where the <code>LookupName</code> is equal to 'StandardStatus'.</li>\n</ul>\n<h3 id=\"expected-response-format\">Expected Response Format</h3>\n<p>The response is returned in JSON format with a status code of 200 indicating a successful request. The structure of the response is as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"value\": [\n    {\n      \"@odata.id\": \"\",\n      \"LookupKey\": \"\",\n      \"LookupName\": \"\",\n      \"LookupValue\": \"\",\n      \"OriginatingSystemName\": null,\n      \"StandardLookupValue\": \"\",\n      \"ModificationTimestamp\": \"\",\n      \"DisplayNames\": [\n        {\n          \"Locale\": \"\",\n          \"Value\": \"\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Lookup"],"host":["api","realtyfeed","com"],"query":[{"key":"$filter","value":"LookupName eq 'SDMLS_Neighborhood'"}],"variable":[]}},"response":[],"_postman_id":"c2a7d165-e9a7-437b-81e0-c28c4ca68312"}],"id":"e8a46527-0d0b-4181-ba9a-d3ac68bd9a81","description":"<p>Once you've authenticated, the next step for building a client is finding out what data you can get out of the API.</p>\n","_postman_id":"e8a46527-0d0b-4181-ba9a-d3ac68bd9a81","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}}},{"name":"Member","item":[{"name":"All Members","id":"8dded0d0-cd44-406a-b281-a03cb24bcfce","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Member?$filter=ModificationTimestamp ge 2025-09-10T00:00:00Z&$select=MemberAddress1,MemberKey,MemberStateLicense,MemberCity,MemberEmail,OfficeKey,MemberType,MemberDirectPhone,ModificationTimestamp,MemberMlsId,MemberFirstName,MemberLastName,MemberMiddleName,MemberPostalCode,MemberNationalAssociationId&$top=200","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Member"],"host":["api","realtyfeed","com"],"query":[{"key":"$filter","value":"ModificationTimestamp ge 2025-09-10T00:00:00Z"},{"key":"$select","value":"MemberAddress1,MemberKey,MemberStateLicense,MemberCity,MemberEmail,OfficeKey,MemberType,MemberDirectPhone,ModificationTimestamp,MemberMlsId,MemberFirstName,MemberLastName,MemberMiddleName,MemberPostalCode,MemberNationalAssociationId"},{"key":"$top","value":"200"}],"variable":[]}},"response":[],"_postman_id":"8dded0d0-cd44-406a-b281-a03cb24bcfce"},{"name":"Member Single Record","id":"9073946e-f10c-4235-b50c-f0757db8d133","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Member('1645909')?$expand=Media","description":"<p>This endpoint retrieves detailed information about a specific member identified by their unique MemberKey</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Member('1645909')"],"host":["api","realtyfeed","com"],"query":[{"key":"$expand","value":"Media"}],"variable":[]}},"response":[],"_postman_id":"9073946e-f10c-4235-b50c-f0757db8d133"},{"name":"Member with Photo","id":"b43770b7-ec25-4f22-a170-f6be4b5dbe40","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Member?$count=true&$top=1&$orderby=ModificationTimestamp desc&$expand=Media&$select=MediaKey,MemberFullName,ModificationTimestamp,SDMLS_UpdateDate,MemberMlsId","description":"<p>This request retrieves a list of members along with their associated images. Please note that media availability depends on MLS policies and may not be supported by all feeds.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Member"],"host":["api","realtyfeed","com"],"query":[{"key":"$count","value":"true"},{"key":"$top","value":"1"},{"key":"$orderby","value":"ModificationTimestamp desc"},{"key":"$expand","value":"Media"},{"key":"$select","value":"MediaKey,MemberFullName,ModificationTimestamp,SDMLS_UpdateDate,MemberMlsId"}],"variable":[]}},"response":[],"_postman_id":"b43770b7-ec25-4f22-a170-f6be4b5dbe40"},{"name":"Updated Active Members","id":"244e21ab-d5b1-4e70-b884-5f89d0dc07d3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Member?$filter=MemberStatus eq 'Active'&$orderby=ModificationTimestamp desc","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Member"],"host":["api","realtyfeed","com"],"query":[{"key":"$filter","value":"MemberStatus eq 'Active'"},{"key":"$orderby","value":"ModificationTimestamp desc"}],"variable":[]}},"response":[],"_postman_id":"244e21ab-d5b1-4e70-b884-5f89d0dc07d3"}],"id":"1fdf4629-bc0c-4652-a362-60595b54f38f","description":"<p>This endpoint retrieves member records from the API. It is used to access member details that may include various attributes related to real estate professionals.</p>\n","_postman_id":"1fdf4629-bc0c-4652-a362-60595b54f38f","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}}},{"name":"Office","item":[{"name":"All Offices","id":"aa213ec6-2f21-471d-9888-67b9fa9971ad","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Office","description":"<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.realtyfeed.com/reso/odata/Office</code></p>\n</li>\n</ul>\n<h3 id=\"pagination\">Pagination</h3>\n<p>The response may include a <code>@odata.nextLink</code> field, which provides a URL to fetch the next set of results if available.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Office"],"host":["api","realtyfeed","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa213ec6-2f21-471d-9888-67b9fa9971ad"},{"name":"Office Single Record","id":"941eec33-ffb8-4429-8cb5-befa21f08ea1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Office('31154')?$expand=Media","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint retrieves detailed information about a specific office from the API using OfficeKey. The request is made via an HTTP GET method to the URL <code>https://api.realtyfeed.com/reso/odata/Office('3219')</code>, where <code>'3219'</code> is the OfficeKey</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><strong>Office ID</strong>: The unique identifier of the office you wish to retrieve information for. In this case, it is specified as part of the URL.</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>The response may contain null or empty values for certain fields if the information is not available.</p>\n</li>\n<li><p>Ensure that the Office ID used in the request is valid to receive accurate data.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Office('31154')"],"host":["api","realtyfeed","com"],"query":[{"key":"$expand","value":"Media"}],"variable":[]}},"response":[],"_postman_id":"941eec33-ffb8-4429-8cb5-befa21f08ea1"},{"name":"MlsId of Active Offices","id":"992aa40d-1a70-4f77-bc35-7bbdc43ac9a9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Office?$filter=OfficeStatus eq 'Active'&$select=OfficeMlsId","description":"<p>This request retrieves a list of active offices from the API. It allows users to filter the results based on the office status and select specific fields to return.</p>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"value\": [\n    {\n      \"OfficeMlsId\": \"\",\n      \"OfficeKey\": \"\",\n      \"OriginatingSystemName\": \"\",\n      \"@odata.id\": \"\"\n    }\n  ],\n  \"@odata.nextLink\": \"\"\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Office"],"host":["api","realtyfeed","com"],"query":[{"key":"$filter","value":"OfficeStatus eq 'Active'"},{"key":"$select","value":"OfficeMlsId"}],"variable":[]}},"response":[],"_postman_id":"992aa40d-1a70-4f77-bc35-7bbdc43ac9a9"}],"id":"1c5493f0-90f9-4a84-b615-0f55d49ba7b2","description":"<p>This endpoint retrieves a list of office information from the API. It is particularly useful for applications that need to display or process details about real estate offices.</p>\n","_postman_id":"1c5493f0-90f9-4a84-b615-0f55d49ba7b2","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}}},{"name":"OpenHouse","item":[{"name":"All OpenHouses","id":"8aea0951-d3b1-42ed-90e5-5e6fb65b1828","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/OpenHouse","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","OpenHouse"],"host":["api","realtyfeed","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8aea0951-d3b1-42ed-90e5-5e6fb65b1828"},{"name":"Active OpenHouses","id":"714712dd-43f9-405c-99e9-38f7dd4c4bc6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/OpenHouse?$filter=OpenHouseDate ge {today} and OpenHouseStatus eq 'Active'$top=1&count=true&$orderby=OpenHouseDate desc","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","OpenHouse"],"host":["api","realtyfeed","com"],"query":[{"key":"$filter","value":"OpenHouseDate ge {today} and OpenHouseStatus eq 'Active'$top=1"},{"key":"count","value":"true"},{"key":"$orderby","value":"OpenHouseDate desc"}],"variable":[]}},"response":[],"_postman_id":"714712dd-43f9-405c-99e9-38f7dd4c4bc6"},{"name":"OpenHouses for a listing","id":"9e4c7f09-8814-4d8a-8b52-70caaccb4740","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/OpenHouse?$filter=ListingId eq '25605411'&$orderby=OpenHouseDate desc","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","OpenHouse"],"host":["api","realtyfeed","com"],"query":[{"key":"$filter","value":"ListingId eq '25605411'"},{"key":"$orderby","value":"OpenHouseDate desc"}],"variable":[]}},"response":[],"_postman_id":"9e4c7f09-8814-4d8a-8b52-70caaccb4740"}],"id":"4cffff9e-2a5b-4b10-9f62-bc3f6ac25588","description":"<p>This endpoint retrieves information about open houses from the API. It is designed to provide users with details related to various open houses, including their status, type, timings, and associated listings.</p>\n","_postman_id":"4cffff9e-2a5b-4b10-9f62-bc3f6ac25588","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}}},{"name":"PropertyRooms","item":[{"name":"All Rooms","id":"d0280600-3400-4bc6-896c-cb803138b790","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/PropertyRooms","description":"<h4 id=\"notes\">Notes</h4>\n<ul>\n<li>Please note that data availability depends on MLS policies and may not be supported by all feeds.</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","PropertyRooms"],"host":["api","realtyfeed","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0280600-3400-4bc6-896c-cb803138b790"},{"name":"Rooms for a listing","id":"0e533032-c23d-4b9c-818a-49166410b702","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true}},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/PropertyRooms","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","PropertyRooms"],"host":["api","realtyfeed","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e533032-c23d-4b9c-818a-49166410b702"}],"id":"6655df7b-4005-4ba8-a953-795db896513b","description":"<p>This endpoint retrieves a list of property rooms from the API. It is designed to provide users with information about the various rooms associated with properties in the database.</p>\n","_postman_id":"6655df7b-4005-4ba8-a953-795db896513b","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}}},{"name":"Property","item":[{"name":"All Properties","id":"060d039f-f1aa-4382-82f7-2020c4a1522b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Property","description":"<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>The API supports pagination, and if there are more results available, an <code>@odata.nextLink</code> will be provided in the response to fetch the next set of results.</p>\n</li>\n<li><p>Ensure to handle the response appropriately, especially when dealing with large datasets, as the number of properties returned can vary.</p>\n</li>\n<li><p>This endpoint does not require any parameters in the request URL, making it straightforward to use for retrieving all available properties.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["reso","odata","Property"],"host":["api","realtyfeed","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"060d039f-f1aa-4382-82f7-2020c4a1522b"},{"name":"PropertySingle","id":"42c775cf-5fc8-40c0-a572-cec2ab2ddd30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Property('1234')?$expand=Media","description":"<p>This endpoint retrieves detailed information about a specific property identified by ListingKey. The request is made to the API to access property data in the RESO OData format.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Property('1234')"],"host":["api","realtyfeed","com"],"query":[{"key":"$expand","value":"Media"},{"disabled":true,"key":"debug","value":"2"}],"variable":[]}},"response":[],"_postman_id":"42c775cf-5fc8-40c0-a572-cec2ab2ddd30"},{"name":"Active Properties","id":"cd39de32-64b7-4687-b98b-302c89ce841a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Property?$filter=geo.distance(Coordinates, POINT(-116.997611 32.8517)) lt 2km and PostalCode eq '92071' and PropertySubType eq 'Detached' and LivingArea ge '1133.1' and LivingArea le '1384.9' and BedroomsTotal eq '3' and BathroomsFull eq '2' and CloseDate ge '2025-10-22'&select=SDMLS_FullAddress, PostalCode,ClosePrice,CloseDate,BedroomsTotal,BathroomsFull,LivingArea,YearBuilt,Latitude,Longitude&$top=30&$count=true","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Property"],"host":["api","realtyfeed","com"],"query":[{"disabled":true,"key":"$filter","value":"ListingId eq '726394'"},{"disabled":true,"key":"$expand","value":"Media"},{"disabled":true,"key":"$filter","value":"ListingId eq 'R3013886'"},{"key":"$filter","value":"geo.distance(Coordinates, POINT(-116.997611 32.8517)) lt 2km and PostalCode eq '92071' and PropertySubType eq 'Detached' and LivingArea ge '1133.1' and LivingArea le '1384.9' and BedroomsTotal eq '3' and BathroomsFull eq '2' and CloseDate ge '2025-10-22'"},{"key":"select","value":"SDMLS_FullAddress, PostalCode,ClosePrice,CloseDate,BedroomsTotal,BathroomsFull,LivingArea,YearBuilt,Latitude,Longitude"},{"key":"$top","value":"30"},{"key":"$count","value":"true"}],"variable":[]}},"response":[],"_postman_id":"cd39de32-64b7-4687-b98b-302c89ce841a"},{"name":"Last 24 hours Updated Properties","id":"c778884d-989b-4487-bf98-38c2e4326921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Property?$filter=RFModificationTimestamp ge {-24 hours}","description":"<ul>\n<li>RFModificationTimestamp is the main field for the incremental updates.</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Property"],"host":["api","realtyfeed","com"],"query":[{"key":"$filter","value":"RFModificationTimestamp ge {-24 hours}"}],"variable":[]}},"response":[],"_postman_id":"c778884d-989b-4487-bf98-38c2e4326921"},{"name":"Latest Updated Properties with Media and OpenHouse","id":"064e1fa7-a87d-455b-a9c4-9272e885be1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Property?$select=SDMLS_AreaZip,RFModificationTimestamp&$orderby=RFModificationTimestamp desc&$filter=PostalCode eq '92128' and ListingId eq '250037182'&$top=200","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Property"],"host":["api","realtyfeed","com"],"query":[{"key":"$select","value":"SDMLS_AreaZip,RFModificationTimestamp"},{"key":"$orderby","value":"RFModificationTimestamp desc"},{"key":"$filter","value":"PostalCode eq '92128' and ListingId eq '250037182'"},{"key":"$top","value":"200"}],"variable":[]}},"response":[],"_postman_id":"064e1fa7-a87d-455b-a9c4-9272e885be1e"},{"name":"Office X Properties","id":"8c9fdcdb-6f91-4d99-98a4-5b98f6d4aa0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.realtyfeed.com/reso/odata/Property?$expand=Media,OpenHouse&$orderby=RFModificationTimestamp desc&$filter=ListOfficeMlsId eq '1234'","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["reso","odata","Property"],"host":["api","realtyfeed","com"],"query":[{"key":"$expand","value":"Media,OpenHouse"},{"key":"$orderby","value":"RFModificationTimestamp desc"},{"key":"$filter","value":"ListOfficeMlsId eq '1234'"}],"variable":[]}},"response":[],"_postman_id":"8c9fdcdb-6f91-4d99-98a4-5b98f6d4aa0a"}],"id":"0ba8103e-653c-44b8-a7b0-6acd9ed4baf7","description":"<p>This endpoint allows users to retrieve property listings from the API using the OData protocol. It provides a comprehensive set of details about each property, which can be useful for real estate professionals and consumers looking for property information.</p>\n","_postman_id":"0ba8103e-653c-44b8-a7b0-6acd9ed4baf7","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}}},{"name":"Exclusive Endpoints","item":[{"name":"MLS Disclaimer","id":"cf64c7d0-4ccc-4596-b57c-30ec89d563ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.realtyfeed.com/realtyfeed/odata/additional-metadata","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}},"urlObject":{"protocol":"https","path":["realtyfeed","odata","additional-metadata"],"host":["api","realtyfeed","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf64c7d0-4ccc-4596-b57c-30ec89d563ea"}],"id":"21e3768b-81a2-4473-aa06-6da248fe1327","_postman_id":"21e3768b-81a2-4473-aa06-6da248fe1327","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","id":"83041c83-a47b-4d60-a97f-0e9537a8ca6f","name":"MLS Router","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"scope","value":"<scope>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"username","value":"<username>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"state","value":"<state>"},{"key":"redirect_uri","value":"<redirect_uri>"},{"key":"password","value":"<password>"},{"key":"authUrl","value":"<auth-url>"}]}},"event":[{"listen":"prerequest","script":{"id":"3fec1645-3dec-42b2-8602-39d6d586150d","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"92996f48-373c-410f-96eb-3da957c43133","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"prod_staging","value":"https://qd7517z1ic.execute-api.us-east-1.amazonaws.com/staging/r"},{"key":"prod","value":"https://api.realtyfeed.com/"},{"key":"natan_client_id","value":"1trg9ka6heq5tkfkv7mil7gtb2"},{"key":"natan_client_secret","value":"2ah2m2p02i1h3cojev4hi79ejitvh7ntq3d6qjntuill1javusv"},{"key":"natan_api_key","value":"a8U0RYeYpQ70kdGQOobFZ1nTIeqMEaub57PBaG0T"},{"key":"darius_client_id","value":"1r1e0cmsh915mr84p1dg1hl80j"},{"key":"darius_client_secret","value":"afodchtt8lnhp57jte78cl20l11ta5oqo2271219fc2d8ah4r16"},{"key":"darius_api_key","value":"orFL2ILBS82kThwr29ySm8BFSSmKPYr56mWE67WX"},{"key":"chris_client_id","value":"38eiiq0tejqrpt7p1pajsv3vta"},{"key":"chris_client_secret","value":"43bri7u85g71gm9pj8nk8a4tt8otv98ik42rccfldnm14v1qnre"},{"key":"chris_api_key","value":"BqFK6eWUXU3kJU7CzlAZA3PSkIKiihAC5bClRz0P"},{"key":"ntreis_client_id","value":"3udnllfods4b6to5cmuad72spk"},{"key":"ntreis_client_secret","value":"8imiss6l57tgfgk45b9skqlob408e2i1hkqr7cmcqgi0rrfrpgo"},{"key":"ntreis_api_key","value":"Ywd4dXrSdr9JK3eArMWsG1fXzv2VdXi9CzqxWzLg"},{"key":"jared_client_id","value":"313cr6jaqm9q58kmkeosb4ctgu"},{"key":"jared_client_secret","value":"2ncnoed1ejqe3743c63t2de13mev3qh5ndr3fh47h04lkd3vc6b"},{"key":"jared_api_key","value":"cg7ireDVEn9GbYYXaEQMR6kqEEhkYuHTaZalu5ug"},{"key":"vow_client_id","value":"7gb0ci8m95h04minkkad96s36v"},{"key":"vow_client_secret","value":"1vvn741716nu3056v5oq5c3e0ssr15lj2225e28q2ee23v5bulci"},{"key":"giselle_client_id","value":"3qaeks30gmvjn0f2kdmsqm27kn"},{"key":"giselle_client_secret","value":"t1tr33ffelirtsogg0gefqbh05t42n8i7gcidktlrtbtld96b5g"},{"key":"brokerbay_client_id","value":"3tqoj27m2vflk3qkc177peh7n9"},{"key":"brokerbay_client_secret","value":"197o5rufjuhdcaolmblllhpajsqc7vhgh2r1p954o15jqf6l6f2b"},{"key":"johnny_client_id","value":"n1iffbioruv4546b6e6qd3e9n"},{"key":"johnny_client_secret","value":"1mmfsnv2unnl6vkbllsfph2c382bis971ofq1rt770l1e57d2bu7"},{"key":"nitin_client_id","value":"51oosiaagmt16b3pijrrjbo5si"},{"key":"nitin_client_secret","value":"140jkduguhdrl52u0els5guqcnrjoto45c1mfetp3f86up3up13i"},{"key":"adrien_client_id","value":"4727di04ouj1577nn5m94q2br3"},{"key":"adrien_client_secret","value":"10m8frve65o6dsmol0353ee1ivp5ne86vc390j5oik8rolhq1d8v"},{"key":"chandler_id","value":"neropo2mbbcmkmt4jpqki7095"},{"key":"chandler_secret","value":"f5fi6hs8vctjthi0oemjmjnjes837gpr636ub98bepcb7olam53"},{"key":"trreb_id","value":"3lc7kmm6seount2j7iic4j5pkg"},{"key":"trreb_secret","value":"9tu610757p1pljigeklhd5r7kv547jnuvcmv75kvgrbo7tk3ivq"},{"key":"compass_id","value":"473uhc9436ldlmi6au7lr1rgka"},{"key":"compass_secret","value":"5cthta5pmvhij172h4tl9a3d12lunoi787b2d047ld68g8gkuvf"},{"key":"cognito_url","value":"https://realtyfeed-sso.auth.us-east-1.amazoncognito.com/oauth2/token"},{"key":"rf_token_url","value":"https://api.realtyfeed.com/v1/auth/token"},{"key":"travis_id","value":"29nnm6dnu862h0d5i9t00faqoe"},{"key":"travis_secret","value":"1n3gnre49sceddjf40s181bcj78kgppv3nu6s66e95umbn8ruc28"},{"key":"paul_id","value":"uq6o6kmtobmjti3ef5779rjmo"},{"key":"paul_secret","value":"1f0vspiub177cvqgikon5plrrg2dc509vkaauu4u9ant5bi19tub"},{"key":"cdata_id","value":"2mskdtts7ttjii3qn81v1eqj63"},{"key":"cdata_secret","value":"1eo7v983ppio6jg6b91vimun65p115nld6h73gn8bhp4i5bn63te"},{"key":"gdx_id","value":""},{"key":"gdx_secret","value":""},{"key":"mallik_id","value":""},{"key":"mallik_secret","value":""}]}