Skip to main content
GET
List presentations (paginated).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page[size]
number

Number of items per page (1-100). Defaults to 50 when omitted.

Required range: 1 <= x <= 100
page[after]
string

Cursor for pagination — return items after this resource id (older items). Prefer the value from links.next rather than the last visible data item.

page[before]
string

Cursor for pagination — return items before this resource id (newer items). Prefer the value from links.prev rather than the first visible data item.

Response

200 - application/json

List of presentations.

data
object[]
required
meta
object
errors
object[]