Get Booking Contacts
GET
/v1/bookings/{uid}/contactsThe GET Booking Contacts API retrieves a list of contacts associated with a specific booking. Each contact includes detailed information such as their name, email, phone number, company name, and any custom responses they provided during the booking process.
Request
Path Params
uid
string
required
Request samples
Responses
Success(200)
Record Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
$ref(#/definitions/2847427)[]
required
#/definitions/2847427
optional
errors
object
required
Example
Not configured
Last modified: 3 months ago