Getting Started
Amplify Syndication is an implementation of the RESO Web API. The RESO Web API is a new, open-standards based data transport for the real estate industry, offering faster and more efficient data delivery. Companies are moving from outdated systems to the RESO Web API for its improved technology and standardized data. The API supports web, mobile, and social applications, and uses open standards for long-term support.
Vendor Signup
If your company does not already have an AMP Syndication Vendor Account, you can sign up for one here:
Vendor Invite User
If your company has an AMP Syndication Vendor Account, you must ask a team member to send you an invitation from the Vendor Settings page:
Access Token
Access tokens are granted after a vendor and broker have completed one or more agreements. Once an agreement has been completed, tokens are accessible via the Tokens page:
Use the Show Token button to retrieve the access token. The token will only be shown once. If you lose the access token, you will have to regenerate the token.
Metadata Request
Request the metadata in JSON format using curl:
curl -H 'Authorization: Bearer your-access-token-goes-here' \
-H 'Accept: application/json' \
'https://query.ampre.ca/odata/$metadata?$format=json'
Property Data Request
Request a random property record using curl:
curl -H 'Authorization: Bearer your-access-token-goes-here' \
'https://query.ampre.ca/odata/Property?$top=1'