Skip to main content
For most use cases, the slideless CLI is easier. The CLI command is slideless pin <presentationId> <tokenId> --to-version <N> or --latest.

Endpoint

Auth

Required scope: presentations:write.

Request body

Pinning rules:
  • version must be a positive integer
  • version must not exceed currentVersion
  • The token must not be revoked
Example — pin:
Example — unpin (follow latest):

Response (200)

Errors

Concept reminder

Recipients cannot see past versions by URL manipulation — there is no ?v=N query parameter. Pinning is how the owner decides what a specific recipient sees, and that decision can only narrow: a latest token sees the current version; a pinned token is frozen. See Versioning.

Next