The MeetingPackage Distribution API enables partners to search availability, create and manage bookings, issue RFPs, and receive real-time updates from MeetingPackage.
MeetingPackage Distribution API (1.0.0)
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
- Mock serverhttps://developers.meetingpackage.com/_mock/openapi/distro-openapi/v2/configuration/venues
- Productionhttps://api.meetingpackage.co/v2/configuration/venues
- Sandboxhttps://sandbox.meetingpackage.co/v2/configuration/venues
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developers.meetingpackage.com/_mock/openapi/distro-openapi/v2/configuration/venues \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "venues": [ { … } ] }