Guesty website screenshot

Guesty

Guesty is a property management platform for short-term rental businesses. The Guesty Open API provides programmatic access to manage properties, reservations, guests, and operations across multiple listing channels.

1 APIs 0 Features
BookingHospitalityProperty ManagementReservationsShort-Term RentalsVacation Rentals

APIs

Guesty Open API

The Guesty Open API provides step-by-step instructions and documentation to integrate with the Guesty property management platform, including listings, reservations, guests, and...

Collections

Pricing Plans

Guesty Plans Pricing

3 plans

PLANS

Rate Limits

Guesty Rate Limits

5 limits

RATE LIMITS

FinOps

Guesty Finops

FINOPS

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
📝
Signup
Signup
💬
Support
Support
📰
Blog
Blog
🔗
APIReference
APIReference
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Guesty Open API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Listings
    type: folder
  items:
  - info:
      name: List listings
      type: http
    http:
      method: GET
      url: https://open-api.guesty.com/listings
      params:
      - name: limit
        value: ''
        type: query
      - name: skip
        value: ''
        type: query
    docs: Retrieve a paginated list of listings.
  - info:
      name: Create listing
      type: http
    http:
      method: POST
      url: https://open-api.guesty.com/listings
      body:
        type: json
        data: '{}'
    docs: Create a new listing.
  - info:
      name: Get listing by id
      type: http
    http:
      method: GET
      url: https://open-api.guesty.com/listings/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get listing by id
- info:
    name: Reservations
    type: folder
  items:
  - info:
      name: List reservations
      type: http
    http:
      method: GET
      url: https://open-api.guesty.com/reservations
      params:
      - name: limit
        value: ''
        type: query
      - name: skip
        value: ''
        type: query
    docs: List reservations
  - info:
      name: Create reservation
      type: http
    http:
      method: POST
      url: https://open-api.guesty.com/reservations
      body:
        type: json
        data: '{}'
    docs: Create reservation
  - info:
      name: Get reservation by id
      type: http
    http:
      method: GET
      url: https://open-api.guesty.com/reservations/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get reservation by id
- info:
    name: Guests
    type: folder
  items:
  - info:
      name: List guests
      type: http
    http:
      method: GET
      url: https://open-api.guesty.com/guests
    docs: List guests
  - info:
      name: Get guest by id
      type: http
    http:
      method: GET
      url: https://open-api.guesty.com/guests/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get guest by id
- info:
    name: Calendars
    type: folder
  items:
  - info:
      name: Get listing calendar
      type: http
    http:
      method: GET
      url: https://open-api.guesty.com/calendars/listings/:listingId
      params:
      - name: listingId
        value: ''
        type: path
      - name: from
        value: ''
        type: query
      - name: to
        value: ''
        type: query
    docs: Retrieve availability and pricing for a listing.
- info:
    name: Conversations
    type: folder
  items:
  - info:
      name: List conversations
      type: http
    http:
      method: GET
      url: https://open-api.guesty.com/communication-conversations
    docs: List conversations
bundled: true