Create Speaker
Speakers
Create Speaker
Creates a new speaker for an event by linking an existing contact. Both event_id and contact_id are required. The speaker’s profile data (name, email, company, bio) is pulled from the linked contact record. Returns the newly created speaker object. Note that speakers cannot be updated via PUT — to change speaker details, update the underlying contact or delete and re-create the speaker.
POST
Create Speaker
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.