Get an event speaker
Authorization
bearerAuth AuthorizationBearer <token>
An organization API key (osk_…)
In: header
Path Parameters
eventId*string
contactId*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/events/string/speakers/string"{ "id": "string", "createdAt": "string", "updatedAt": "string", "eventId": "string", "email": "string", "firstName": "string", "lastName": "string", "participation": "speaker", "title": "string", "company": "string", "salutation": "string", "honorific": "string", "pronouns": "string", "gender": "string", "bio": "string", "headshotUrl": "string", "headshotKey": "string", "dietaryRequirements": "none", "tshirtSize": "XS", "phone": "string", "linkedinUrl": "string", "twitterUrl": "string", "facebookUrl": "string", "websiteUrl": "string", "confirmedAt": "string", "custom": {}, "approvedProfile": {}, "profileReviewStatus": "approved", "workflowStatus": "invited"}Accept or decline submissions POST
Applies the decision to every submission id, snapshots accepted content for the program, and sends decision emails. Set confirmRedecide to change already-decided submissions.
List event speakers GET
The speaker directory: profile readiness, workflow status, task progress, and sessions per speaker.