Listings
The Listings API provides access to listing data and allows external systems to import or update rental listings in ShowMojo.
Authentication
The Listings API supports token authentication only.
Send the token in the Authorization header using this format:
Authorization: Token {token}
The token is available in the customer's Settings > Listing import section.
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.