Trestle RETS

Trestle's legacy Real Estate Transaction Standard interface, documented as compliant with RETS 1.8. RESO no longer updates the RETS specification, but Trestle continues to serve it for customers who cannot move to the Web API. Login is POST /trestle/rets/login; the service is session-less and supports either HTTP Basic with a Base64-encoded client_id:client_secret or an OAuth2 bearer token obtained with scope=rets. Digest authentication is explicitly not supported.

API entry from apis.yml

apis.yml Raw ↑
aid: trestle:trestle-rets
name: Trestle RETS
description: Trestle's legacy Real Estate Transaction Standard interface, documented as compliant with
  RETS 1.8. RESO no longer updates the RETS specification, but Trestle continues to serve it for customers
  who cannot move to the Web API. Login is POST /trestle/rets/login; the service is session-less and supports
  either HTTP Basic with a Base64-encoded client_id:client_secret or an OAuth2 bearer token obtained with
  scope=rets. Digest authentication is explicitly not supported.
humanURL: https://trestle-documentation.corelogic.com/rets.html
baseURL: https://api.cotality.com/trestle/rets
tags:
- RETS
- Legacy
- MLS
- Real Estate
properties:
- type: Documentation
  url: https://trestle-documentation.corelogic.com/rets.html
- type: Documentation
  url: https://trestle-documentation.corelogic.com/rets-libraries.html
- type: Documentation
  url: https://trestle-documentation.corelogic.com/rets-connector.html