Exhibitor Creation
The endpoint used for creating or updating an Exhibitor is: api/v2/exhibitor/set
There are three mandatory fields:
event_id
email
name
In order to maintain a secure environment, it is also recommended to create one username for each exhibitor. Otherwise, the system will automatically assign a login username using the exhibitor’s name, which could lead to security issues.
The image below represents a successful request that created one exhibitor:

As noticed, the system generated one username carrying the exhibitor's name.
Additionally, the exhibitor also received an ID, which is important for later use.
Now, the exhibitor can be found under the following path: Management → Exhibitors, as shown in the image below:
