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:
versionmust be a positive integerversionmust not exceedcurrentVersion- The token must not be revoked
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
- CLI: slideless pin — the terminal version.
- Versioning — concept deep dive.
- GET /getSharedPresentationInfo — inspect every token’s current
versionMode.