Recommended workflow
Find candidate events
Search the event catalog, rank events, or apply profile matching to identify a shortlist.
Inspect the event
Fetch the event detail and confirm the event identity, date, venue, source URL, and available data counts.
Preview exhibitors or personnel
Call event-scoped list endpoints. If the event is locked, read the
semantics object to understand preview limits.1. Search events
2. Fetch event detail
name, dateStart, dateEnd, venue, country, url, and any count fields returned by the API.
3. Preview event-scoped data
semantics to decide whether to unlock. Do not infer full access from pagination alone.
4. Unlock the event
alreadyUnlocked is true, the event was already available and creditsUsed is 0.
Common mistakes
- Unlocking before checking preview results. Preview first to verify the event has relevant records.
- Using only the event name as your local key. Store
idoreventIdso follow-up calls are deterministic. - Treating
402 Payment Requiredas a generic failure. It usually means your integration needs to pause, notify the user, or ask them to add credits. - Ignoring
semantics. It tells you whether a list is in preview mode or has full access.
Related endpoints
List events
Browse events with filters and pagination.
Unlock event
Spend credits to access full event-scoped coverage.
List event exhibitors
Fetch exhibitors for a selected event.
List event personnel
Fetch people associated with a selected event.