Get speaker details

Using this API, you can get particular speakers' details like firstName, lastName, email, etc which are associated with the event. This API will get data from the cache.

To call this API, you have to send eventurl and id (Speaker id) as path parameters.

This API can be used by any user associated with the event.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

AttributesDescription
speakerIdUnique ID of speaker.
pronounsIt's contain speaker pronouns like HE/HIS.
titleIt's contain speaker title.
firstNameRepresent speaker first name.
lastNameRepresent speaker last name.
emailRepresent speaker email ID.
sessionDTOIt's contain details of speaker session.
userIdIt's contain speaker user ID.
allowOverrideDetailsCheck if speaker to allow overriding their details.
imageUrlIt's contain speaker image URL.
companyIt's contain speaker company name.
bioIt's contains speaker bio.
linkedInIt's contain speaker LinkedIn URL.
twitterIt's contain speaker twitter URL.
instagramIt's contain speaker instagram URL.
positionIt's contain speaker position as it's showing accordingly. Position value will be 1000,2000 and 3000 and so on.

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
400The request could not be understood by the server 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.
4040200Event Not Found
Path Params
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

string
required

Unique speaker ID

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json