Skip to main content
POST
Create a new speaker

Authorizations

Authorization
string
header
required

Provide your API key secret in the Authorization header

Path Parameters

eventId
string
required

Unique identifier of the event

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$

Body

application/json
firstName
string
required

First name of the speaker

Maximum string length: 150
Example:

"John"

lastName
string
required

Last name of the speaker

Maximum string length: 150
Example:

"Doe"

email
string
required

Email of the speaker

Minimum string length: 1
Example:

"john.doe@example.com"

company
string

Company of the speaker

Maximum string length: 200
Example:

"Tech Innovations Inc."

designation
string

Designation of the speaker

Maximum string length: 200
Example:

"Chief Technology Officer"

bio
string

Bio of the speaker. May contain rich-text HTML markup (e.g. bold, italic, lists, links). Plain text is also accepted and stored as-is. Disallowed content (script/iframe tags, javascript: URLs, inline event handlers) is rejected.

Maximum string length: 3000
Example:

"<p>John is a <strong>renowned expert</strong> in his field...</p>"

linkedInProfile
string

LinkedIn profile URL of the speaker

Example:

"https://www.linkedin.com/in/johndoe"

twitterProfile
string

Twitter profile URL of the speaker

Example:

"https://twitter.com/johndoe"

facebookProfile
string

Facebook profile URL of the speaker

Example:

"https://www.facebook.com/johndoe"

websiteUrl
string

Personal website URL of the speaker

Example:

"https://johndoe.com"

externalRefId
string

A reference ID that you can use to map this speaker to your external systems or databases

Example:

"d812a64f8865428990249a120792c3d8"

Response

Speaker created successfully

kind
string
url
string<uri>
id
string<uuid>

Unique identifier of the speaker

Example:

"4fcebf73-3ddb-4fe6-b56d-5dd7dedb7c3d"

speakerOrder
integer<int32>

Order of appearance for this speaker

profile
object

Speaker profile information

Speaker's social and website links

sessions
object[]

Sessions where this speaker appears

externalRefId
string

A reference ID that you can use to map this speaker to your external systems or databases

Example:

"d812a64f8865428990249a120792c3d8"