Introduction
Embedding
Webhooks
Applications API
Applicants API
Properties API
Floor Plans API
Warning: Only resources, actions, and attributes documented here should be considered public. Any undocumented resources, actions, or attributes should be considred private and may change at any time without notice. Be extra cautious of undocumented attributes since those are the most likely to change.

If you with to use a undocumented portion of the API, please contact us first so we can either a) document it and make it public or b) explain what planned changes are in store for that part of the API.

Embedding

QuickLease Pro allows you to embed the application form in a client’s website using iframes. Before you do however, make sure you have a billing plan selected for the client that allows embedding.

If a client has a billing plan selected that allows embedding, they can obtain all the necessary HTML markup from a property in the QuickLease Pro user interface. The markup will consist of two parts: and iframe tag and a script tag. The script helps make the iframe experience more seamless by automatically resizing the height of the iframe to fit the contents.

If you want to have a little fun with the iframe resizing, try adding something like this to the page:

<style>#connect_iframe{transition: height 0.3s ease; min-height: 300px;}</style>

The embedder script also fires Javascript events that the client’s website can listen for. If you need more information let us know.