Skip to main content
POST
Add event host

Authorizations

Authorization
string
header
required

Access token for user-context authentication. Send it in the Authorization: Bearer <jwt> header. Use the token your OAuth client app obtained via the Authorization Code + PKCE flow.

Headers

Accept-Language
string

Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.

Example:

"ko"

Path Parameters

eventId
string
required

Event ID

Body

application/json
hostType
enum<string>
required
Available options:
COMPANY,
MEMBER
hostId
string
required
Required string length: 1 - 255
Pattern: ^[A-Za-z0-9_-]+$
role
enum<string>
required
Available options:
ORGANIZER,
SPONSOR,
PARTNER

Response

Created successfully.

hostId
integer<int64>
required