Get Incoming Talks
GET /incoming-talks
Get a list of the live and incoming talks and replays
Talks contain the following information: talk title, starting date, description, type, image, featured, track, and speakers first name, last name, label, company, description, tags
Authentication
API key
Query Parameters
page | string | Specify which page to query minimum:Â 1 default:Â 1 | optional |
limit | string | Number of items per page | optional |
Responses
401 | Unauthorized | Â |
200 | object pages<number>: total number of pages items<array<object>>: list of matching items (talks) | Â |
Â