Skip to main content
POST
Create an exhibitor

Authorizations

x-access-token
string
header
required

Organization API token. Generate from Organization Settings → API Tokens.

Path Parameters

eventId
integer
required

The event ID.

Body

application/json
name
string

Exhibitor name. Required if account_id is not provided.

account_id
string<uuid>

Existing account ID to link. Required if name is not provided.

custom_fields
object

Custom field values keyed by field internal name.

translated_fields
object[]

Language variants to write using the same shape returned on reads. Omit this key on update to leave existing translations unchanged.

Response

Exhibitor created

An exhibitor associated with an event.

id
string
friendly_id
string
friendly_id_raw
integer
name
string
description
string
logo_image_url
string
banner_image_url
string
phone
string
address_line_1
string
address_line_2
string
address_city
string
address_state
string
address_postal_code
string
address_coutnry
string

Country (note: field name contains a known typo preserved for backwards compatibility).

facebook_url
string
instagram_url
string
linkedin_url
string
snapchat_username
string
tiktok_username
string
twitter_url
string
website_url
string
created_at
string
updated_at
string
custom_fields
object[]
translated_fields
object[]
contacts
object[]
admin_url
string<uri> | null

Deep link to this entity in the Sessionboard admin UI.