# Everreal

## Introduction

EverReal - the real estate software for the future of property managers, housing companies, and brokers.

## Authentication and REST API Docs

EverReal's  [API documentation](https://app.everreal.co/api/prism/meta/api-docs) can be found here.

![EverReal Connector Auth](https://291121471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-McrRFZHYH27bqKzOVDd%2Fuploads%2FXN6FSgwv2y3VrYDRHYvO%2FEverReal%20Connector%20Auth.png?alt=media\&token=d6657fd6-c723-43c9-9626-0f2da0e5bca3)

## GraphQL API (new)

The GraphQL API is ideal for Master Data syncs:

* Docs: <https://api-docs.everreal.co/>
* Endpoint: <https://app.everreal.co/api/reporting/graphql>

Common Objects:

* Listing
* Properties
* Tenants
* Units
* Owners

## Webhook

Details on automatic [webhook registration are here](https://api-docs.everreal.co/webhooks/unit_created).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.locoia.com/connectors/connectors/everreal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
