Create Speaker
Speaker Sessions
Create Speaker
Assigns a speaker to a single session by providing both speaker_id and session_id as path parameters. The speaker and session must belong to the same event. Returns the created association. To assign a speaker to multiple sessions at once, use the JSON body variant of this endpoint instead.
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}.
Path Parameters
integer - required - The ID of the speaker you want to use
Example:
1
integer - required - The ID of the session you want to use
Example:
1