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.

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

AttributesDescription
speakerId Unique ID of speaker.
pronouns It's contain speaker pronouns like HE/HIS.
title It's contain speaker title.
firstName Represent speaker first name.
lastName Represent speaker last name.
email Represent speaker email ID.
sessionDTO It's contain details of speaker session.
userIdIt's contain speaker user ID.
allowOverrideDetails Check if speaker to allow overriding their details.
imageUrl It's contain speaker image URL.
company It's contain speaker company name.
bio It's contains speaker bio.
linkedIn It's contain speaker LinkedIn URL.
twitter It's contain speaker twitter URL.
instagram It's contain speaker instagram URL.
position It'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
Language
Authorization
Header
Click Try It! to start a request and see the response here!