Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the presentation
Response
The requested presentation
The response is of type object
.
Get a presentation by id
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The id of the presentation
The requested presentation
The response is of type object
.