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)

 

Â