# Get venue configurations 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. Endpoint: GET /v2/configuration/venues Version: 1.0.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `venues` (array, required) List of venues and their configuration metadata. - `venues.id` (integer, required) MeetingPackage unique identifier of the venue. Example: 25465 - `venues.name` (string, required) Human-readable venue name. Example: "MP test" - `venues.external_id` (string) External system identifier for the venue. Example: "ICMSP571" - `venues.configuration` (object, required) - `venues.configuration.market_segments` (array) Market segments supported by the venue. - `venues.configuration.market_segments.id` (integer, required) Internal identifier of the configuration option. Example: 1 - `venues.configuration.market_segments.name` (string, required) Human-readable name of the configuration option. Example: "corporate" - `venues.configuration.booking_types` (array) Booking or event types supported by the venue. ## Response 400 fields (application/json): - `message` (string) Human-readable error message ## Response 401 fields (application/json): - `message` (string) Human-readable error message ## Response 429 fields (application/json): - `message` (string) Human-readable error message ## Response 500 fields (application/json): - `message` (string) Human-readable error message ## Response 503 fields (application/json): - `message` (string) Human-readable error message