Listings
The Listings API provides access to listing data and allows external systems to import or update rental listings in ShowMojo.
Authentication
You can authenticate using either of the following methods:
- HTTP Basic Auth: Use your ShowMojo username and password.
- Token Authentication: Generate a token at ShowMojo Plugins Settings.
Notes
- Photos: When the account has watermarking enabled, each photo returns a single watermarked URL instead of three size variants.
- Highlights: If the listing is associated with a property that has highlights, they are appended to the listing's highlights (separated by a double newline).
- Details: Combines detail values from both the listing and its parent property.
- Neighborhoods: The
neighborhood,primary_neighborhood, andsecondary_neighborhoodfields are mutually exclusive depending on account configuration. Custom neighborhoods take precedence. - External ID/Source: Derived from the first non-null integration ID field on the listing. Only one external source is returned per listing.
📄️ Import
### Second Endpoint
📄️ List Listings
Returns all listings for the authenticated account.
📄️ Get Listing
Returns a single listing by UID with all available fields, photos, details, contact info, and neighborhood data.