--- title: 'Opendoor' description: '' --- # Opendoor undefined | Detail | Value | |---|---| | Category | Real Estate | | Base URL | `https://api.opendoor.com/v1` | | Authentication | OAuth2 | | Endpoints | 5 | | Connector key | `opendoor` | ## Using Opendoor in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Opendoor** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_offers_0) | Offers | | [GET ](./get_listings_1) | Listings | | [GET ](./get_tours_2) | Tours | | [GET ](./get_markets_3) | Markets | | [GET ](./get_address_validation_4) | Address Validation | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.