Base endpoint: https://feeds-api.propdata.net
Please note: As of 2019/08/16 All requests are redirected to SSL for security.
Used to view a summary of existing branches and when they were last modified
/eos/v1/branch/summary/
GET
Optional Parameters:
date
: Filters the objects by the last_modified
date.status
: Filters the objects by status
Used to create new branches
Used to update existing branches
/eos/v1/branch/update/{id}/
POST
Notes:
Used to view the details of a branch
/eos/v1/branch/detail/{id}/
GET
Used to view a summary of existing agents and when they were last modified
/eos/v1/agent/summary/
GET
Optional Parameters:
date
: Filters the objects by the last_modified
date.status
: Filters the objects by status
branch
: Filter objects by branch
Used to create new agents
Used to update existing agents
/eos/v1/agent/update/{id}/
POST
Notes:
Used to view the details of an agent
/eos/v1/agent/detail/{id}/
GET
Used to view a summary of existing residential listings and when they were last modified
/eos/v1/residential/summary/
GET
Optional Parameters:
date
: Filters the objects by the last_modified
date.status
: Filters the objects by status
agent
: filter objects by agent
branch
: filter objects by branch
web_ref_number
: filter objects by web_ref_number
Used to create new residential listings
/eos/v1/residential/create/
POST
Used to update existing residential listings
/eos/v1/residential/update/{id}/
POST
Notes:
Used to view the details of a residential listing
/eos/v1/residential/detail/{id}/
GET
Used to view a summary of existing commercial listings and when they were last modified
/eos/v1/commercial/summary/
GET
Optional Parameters:
date
: Filters the objects by the last_modified
date.status
: Filters the objects by status
agent
: filter objects by agent
branch
: filter objects by branch
web_ref_number
: filter objects by web_ref_number
Used to create new commercial listings
Used to update existing commercial listings
/eos/v1/commercial/update/{id}/
POST
Notes:
Used to view the details of a commercial listing
/eos/v1/commercial/detail/{id}/
GET
Used to view a summary of existing leads and when they were last modified
/eos/v1/lead/summary/
GET
Optional Parameters:
date
: Filters the objects by the last_modified
date.status
: Filters the objects by status
Used to create new leads
Used to update existing leads
/eos/v1/lead/update/{id}/
POST
Notes:
Used to view the details of a lead
/eos/v1/lead/detail/{id}/
GET
Used to create new logs