Inquiries
Submit venue booking requests and vendor contact inquiries through the WedStay API.
Inquiry Endpoints
Submit booking requests to venues and contact inquiries to vendors. These create real leads that property owners and vendors respond to within 24-48 hours.
Submit venue inquiry
Submit a booking request to a specific venue. The property owner will be notified immediately.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
property_slug | string | Yes | The venue's URL slug (from search results) |
start_date | string | Yes | Check-in date (ISO 8601: 2026-09-19) |
end_date | string | Yes | Check-out date (ISO 8601: 2026-09-22) |
event_guests | number | Yes | Number of event guests |
overnight_guests | number | No | Number of overnight guests |
guest_name | string | Yes | Full name of the person inquiring |
guest_email | string | Yes | Contact email address |
guest_phone | string | No | Contact phone number |
message | string | No | Additional details or questions (max 5000 chars) |
Example request
Example response
Submit vendor inquiry
Send a contact inquiry to a vendor. The vendor receives an email notification immediately.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
vendor_slug | string | Yes | The vendor's URL slug (from search results) |
guest_name | string | Yes | Full name of the person inquiring |
guest_email | string | Yes | Contact email address |
guest_phone | string | No | Contact phone number |
event_date | string | No | Event date (ISO 8601: 2026-09-20) |
event_location | string | No | Where the event will be held |
event_guests | number | No | Guest count |
budget_range | string | No | Budget range (e.g. "$3000-$5000") |
service_needed | string | No | Specific service needed |
message | string | No | Details about what you need (max 5000 chars) |
Example request
Example response
Rate limits
Inquiry endpoints have stricter rate limits than read endpoints to prevent spam:
| Tier | Venue inquiries | Vendor inquiries |
|---|---|---|
| Free | 5 per day | 5 per day |
| Pro | 50 per day | 50 per day |
What happens after submission
- The property owner or vendor receives an email notification immediately
- WedStay's concierge team is also notified for quality assurance
- Most inquiries receive a response within 24-48 hours
- The inquiry appears in the owner/vendor's WedStay dashboard