WedStay
info@thewedstay.com

Subscribe to our newsletter

For Everyone

  • About Us
  • How It Works
  • Download App
  • Blog
  • Reviews
  • FAQs
  • Terms
  • Privacy
  • Contact
  • We're Hiring!
  • Sitemap

For Couples

  • Wedding Venues
  • Wedding Venue Buyout
  • Wedding House Rentals
  • How WedStay Works
  • Wedding Venue Finder
  • Wedding Quizzes
  • Venue Style Quiz
  • How Venue Matcher Works
  • 2025 Wedding Trends
  • Viral Wedding Estates
  • Preferred Vendor Marketplace
  • Non-Traditional Weddings
  • Wedding Weekend Experience
  • Wedding Planning Checklist Tool
  • WedStay-Style Weddings
  • Venue Cost Calculator
  • Wedding Financing

For Property Owners

  • Submit Your Property
  • Wedding Industry Insights
  • Revenue Opportunities
  • WedStay Operating System
  • Property Transformation
  • Effortless Hosting
  • Top Wedding Trends

For Vendors

  • Join Wedstay Vendor Network
  • Preferred Vendor Marketplace
  • Wedding Photographers
  • The Ultimate Wedding Vendor Guide: A Former Bride's Tell-All

© 2026 WedStay. All rights reserved.

This site is not affiliated with or endorsed by Airbnb.

    WedStay Developers
    WedStay Developers
    API Referencethewedstay.com

    Getting Started

    WedStay APIQuickstart

    Endpoints

    VenuesVendorsPricingInquiries

    Reference

    ErrorsRate Limits

    Integrations

    MCP ServerChatGPT Action

    ChatGPT Action

    Set up a ChatGPT custom action to search WedStay venues and submit booking requests from ChatGPT.

    ChatGPT Action

    You can add WedStay as a custom action in ChatGPT, giving it the ability to search venues, calculate pricing, and submit booking requests.

    Setup

    Step 1: Open ChatGPT Actions

    1. Go to ChatGPT
    2. Click your name in the sidebar, then My GPTs
    3. Create a new GPT or edit an existing one
    4. Go to the Configure tab
    5. Scroll down to Actions and click Create new action

    Step 2: Import the OpenAPI spec

    In the action editor, click Import from URL and enter:

    https://www.thewedstay.com/api/v1/openapi.json

    ChatGPT will automatically discover all available endpoints.

    Step 3: Configure authentication

    1. Click Authentication
    2. Select API Key
    3. Set Auth Type to Bearer
    4. Enter your WedStay API key: ws_live_...

    Step 4: Test

    Click Test next to any endpoint to verify it works. Try searching venues:

    GET /api/v1/venues?state=california

    Step 5: Save and use

    Save your GPT. You can now ask it questions like:

    • "Search for wedding venues in Texas that sleep 20+ people"
    • "What would a weekend wedding in California cost for 60 guests?"
    • "Find me a DJ in the Los Angeles area"

    Privacy policy

    When setting up the action, use this privacy policy URL:

    https://www.thewedstay.com/privacy

    Available endpoints

    The OpenAPI spec includes all endpoints documented in these developer docs:

    • GET /api/v1/venues — Search venues
    • GET /api/v1/venues/:slug — Venue details (includes up to 3 preview photos)
    • GET /api/v1/venues/pricing — Pricing calculator
    • GET /api/v1/vendors — Search vendors
    • GET /api/v1/vendors/categories — Vendor categories
    • GET /api/v1/vendors/:slug — Vendor details
    • POST /api/v1/inquiries/venue — Submit venue inquiry
    • POST /api/v1/inquiries/vendor — Submit vendor inquiry

    Limitations

    • ChatGPT Actions are limited to the OpenAPI spec — custom tools beyond what's documented are not supported
    • Rate limits apply the same as direct API usage
    • Inquiry submissions count toward your daily limit

    Previous

    MCP Server

    On this page

    ChatGPT ActionSetupStep 1: Open ChatGPT ActionsStep 2: Import the OpenAPI specStep 3: Configure authenticationStep 4: TestStep 5: Save and usePrivacy policyAvailable endpointsLimitations