Get all speakers with associated session details

This API allows you to retrieve all the speakers for an event along with their session details. To access this API, you will need to provide the API key. For instructions on how to obtain the API key, please visit the following link: https://developer.accelevents.com/docs/getting-started.

Here is the description of response attributes, which return to JSON.

AttributesDescription
speakerIdUnique ID of the speaker.
pronounsIt contains speaker pronouns like HE/HIS.
titleIt contains the speaker's title.
firstNameRepresent the speaker's first name.
lastNameRepresent the speaker's last name.
emailRepresent speaker email ID.
sessionDTOIt contains details of the speaker session.
userIdIt contains a speaker user ID.
eventIdIt contains the event id.
allowOverrideDetailsCheck if the speaker allows overriding their details.
imageUrlIt contains the speaker image URL.
companyIt contains the speaker's company name.
bioIt contains a speaker bio.
linkedInIt contains the speaker's LinkedIn URL.
twitterIt contains the speaker's Twitter URL.
instagramIt contains the speaker's Instagram URL.
positionIt contains the speaker position as it's showing accordingly. Position value will be 1000,2000 and 3000 and so on.
moderatorIt is true if the speaker has moderator rights.
ticketTypesForSpeakerIt contains that if the speaker has access to check-in as an attendee in session with a specified ticket type.
speakerOnBoardingStatusIt shows the speaker's onboarding status.
highlightedIt contains a boolean value.
loggedInAtVEHIt shows that the speaker is login or not in VEH.
showModeratorIt shows if the speaker has moderator rights and if we want to show them in the speaker list or not.
deviceCheckedIt shows whether the spaker has checked their device or not.
allowOverrideDetailsIt shows that speakers have permission to modify their profile details or not
allowAttendeeAccessIt shows that if the speaker has permission to check in into another session as an attendee without a ticket purchase.

Here are the possible error messages that return if any condition fails or required data is missing for processing.

Error CodeError Description
400The server could not understand the request due to malformed syntax.
401You are not authorized to view the resource.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
Language
Click Try It! to start a request and see the response here!