Cvent Hospitality Cloud Exhibitor API

* **Exhibitor -** An exhibitor is an organization that is sponsoring or exhibiting at your event. This API allows you to get information about your exhibitors. * **Registration Pack -** Registration Pack provides capacities of different registration types allocated by the planner to a specific exhibitor. * **Exhibitor Questions -** Set of questions for an exhibitor. * **Exhibitor Answers -** Set of answers to exhibitor questions for an exhibitor. * **Exhibitor Categories -** Set of exhibitor categories for an event. Exhibitor Categories are used in Attendee Hub and Event App to differentiate exhibitors. * **Sponsorship Levels -** Sponsorship levels are defined by the planner. Use this API to get details of existing sponsorship levels defined within the event. To assign sponsorship levels to exhibitors, use the Exhibitor endpoints.

Operations 30

GET /events/{id}/exhibitor-categories List Exhibitor Categories #
POST /events/{id}/exhibitor-categories Create Exhibitor Category #
PUT /events/{id}/exhibitor-categories/{exhibitorCategoryId} Update Exhibitor Category #
DELETE /events/{id}/exhibitor-categories/{exhibitorCategoryId} Delete Exhibitor Category #
PUT /events/{id}/exhibitor-categories/{exhibitorCategoryId}/banner-files/{fileId} Assign Banner to Category #
DELETE /events/{id}/exhibitor-categories/{exhibitorCategoryId}/banner-files/{fileId} Delete Banner from Category #
GET /events/{id}/exhibitor-categories/{exhibitorCategoryId}/exhibitors List Category's Exhibitors #
PUT /events/{id}/exhibitor-categories/{exhibitorCategoryId}/exhibitors/{exhibitorId} Assign Exhibitor to Category #
DELETE /events/{id}/exhibitor-categories/{exhibitorCategoryId}/exhibitors/{exhibitorId} Delete Exhibitor from Category #
GET /events/{id}/exhibitor-questions List Exhibitor Questions #
GET /events/{id}/exhibitors List Exhibitors #
POST /events/{id}/exhibitors Create Exhibitor #
GET /events/{id}/exhibitors/{exhibitorId} Get Exhibitor #
PUT /events/{id}/exhibitors/{exhibitorId} Update Exhibitor #
DELETE /events/{id}/exhibitors/{exhibitorId} Delete Exhibitor #
PUT /events/{id}/exhibitors/{exhibitorId}/banner-files/{fileId} Assign Exhibitor Banner Image #
DELETE /events/{id}/exhibitors/{exhibitorId}/banner-files/{fileId} Delete Exhibitor Banner Image #
GET /events/{id}/exhibitors/{exhibitorId}/exhibitor-answers List Exhibitor Answers #
PUT /events/{id}/exhibitors/{exhibitorId}/exhibitor-answers Update Exhibitor Answers #
GET /events/{id}/exhibitors/{exhibitorId}/exhibitor-categories List Exhibitor's Categories #
GET /events/{id}/exhibitors/{exhibitorId}/questions List Qualification Questions #
POST /events/{id}/exhibitors/{exhibitorId}/registration-packs Create Registration Pack #
GET /events/{id}/exhibitors/{exhibitorId}/registration-packs List Registration Pack #
GET /events/{id}/exhibitors/{exhibitorId}/registration-packs/{registrationPackId} Get Registration Pack #
PUT /events/{id}/exhibitors/{exhibitorId}/registration-packs/{registrationPackId} Update Registration Pack #
DELETE /events/{id}/exhibitors/{exhibitorId}/registration-packs/{registrationPackId} Delete Registration Pack #
GET /events/{id}/sponsorship-levels List Sponsorship Levels #
GET /events/{id}/sponsorship-levels/{sponsorshipLevelId} Get Sponsorship Level #

Documentation

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/cvent-hospitality-cloud-exhibitor-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

cvent-hospitality-cloud-exhibitor-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Cvent REST Exhibitor API
  description: '# Introduction

    The Cvent API Platform is built around REST.'
  contact:
    name: Cvent Development Platform
    url: https://developers.cvent.com/
  version: ea
servers:
- url: https://api-platform.cvent.com/ea
- url: https://api-platform-eur.cvent.com/ea
tags:


# --- truncated at 32 KB (113 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/cvent-hospitality-cloud/refs/heads/main/openapi/cvent-hospitality-cloud-exhibitor-api-openapi.yml