Skip to content

MeetingPackage Distribution API (1.0.0)

The MeetingPackage Distribution API enables partners to search availability, create and manage bookings, issue RFPs, and receive real-time updates from MeetingPackage.

Download OpenAPI description
Overview
Languages
Servers
Mock server
https://developers.meetingpackage.com/_mock/openapi/distro-openapi
Production
https://api.meetingpackage.co
Sandbox
https://sandbox.meetingpackage.co

Configuration

Operations related to system configuration, including fetching the list of all supported venues, and setting up event notification webhooks.

Operations

Get venue configurations

Request

Returns venue configurations for all venues active for your integration. Configuration includes the MeetingPackage venue ID, the external venue ID, the booking type, and the market segment.

Security
ApiKeyAuth
curl -i -X GET \
  https://developers.meetingpackage.com/_mock/openapi/distro-openapi/v2/configuration/venues \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

Venue configurations for all venues active for your integration.

Bodyapplication/json
venuesArray of objects(VenueConfiguration)required

List of venues and their configuration metadata.

venues[].​idintegerrequired

MeetingPackage unique identifier of the venue.

Example: 25465
venues[].​namestringrequired

Human-readable venue name.

Example: "MP test"
venues[].​external_idstring

External system identifier for the venue.

Example: "ICMSP571"
venues[].​configurationobject(VenueConfigurationDetails)required
venues[].​configuration.​market_segmentsArray of objects(VenueConfigurationOption)

Market segments supported by the venue.

venues[].​configuration.​booking_typesArray of objects(VenueConfigurationOption)

Booking or event types supported by the venue.

Response
application/json
{ "venues": [ {} ] }

Bookings

Operations related to orders/bookings, including viewing, creating, modifying and cancelling.

Operations

RFP

Operations related to RFPs (Requests For Proposal). Note RFPs are also called leads, i.e. group sales leads.

Operations

Webhooks

Event notifications sent by MeetingPackage to partner endpoints. Use these to receive real-time updates rather than polling.

Webhooks