Exhibitors

This section covers all endpoints for creating, reading, and managing exhibitors. Exhibitors represent the companies and organisations participating in an event. The section includes endpoints for creating and updating exhibitor profiles, retrieving exhibitor data in various formats, and removing exhibitors from an event.

Each endpoint page includes how-to guides — step-by-step instructions for common tasks, each with a What you'll need before starting table. Topics covered include creating exhibitors, updating profile and contact information, managing logos and media, floor plan assignments, category tagging, sponsor configuration, parent-child hierarchies, and team member management. How-to guides are listed as child pages under each endpoint reference page.

Method

Endpoint

Description

POST

/api/v2/exhibitor/set

Create or update an exhibitor profile

GET

/api/v2/exhibitor/get

Retrieve a single exhibitor by ID or External ID, with full profile data

GET

/api/v2/exhibitor/getList

Lightweight map of all exhibitor IDs with owner and team member account IDs

GET

/api/v2/exhibitors/{eventId}/list

Paginated list of all exhibitors for an event, with full profile data and timestamp filtering

DELETE

/api/v2/exhibitor/delete

Delete an exhibitor from an event