Skip to main content
For most use cases, the slideless CLI is easier than calling this endpoint directly. The CLI command equivalent is slideless get <presentationId> (or slideless get <presentationId> --json).

When to use

Inspect one presentation in detail — full token list, per-token access counts, last-accessed timestamps, status. The owner of the presentation must match the API key’s user. For a list of all your presentations, use GET /listMyPresentations instead.

Endpoint

The presentationId is in the URL path.

Auth

Recommended scope: presentations:read.

Path parameters

Response (200)

Each token entry:

Examples

curl

Node.js

Errors