
What is an Annotator Token
An Annotator Token is an Access Token that allows an application to create a Preview Embed Link for a file that a user can make annotations on. As an application might not create a new App User for every one of the application’s users, the Annotator token allows the application to track which of their own users made the annotations. The Annotator Token is used instead of a regular Access Token or File Token to generate a preview session (an expiring embed link) that is linked to a unique user ID and display name.External user info
The external display name associated with an annotation is essentially a stateless “label” appended to the annotation. This means that once an annotation has been added, the display name is permanently associated with the annotation and cannot be updated unless the annotation is deleted and added again with the updated display name.Create without SDKs
To create an annotator token, follow the instructions for manually authenticating through JWT but replace the JWT claim with the following data.
Then, convert this claim to an assertion according to the guide and pass this
assertion to the
endpoint together with an existing valid Access Token or File Token,
as well as a set of scopes, and the resource for which to create the token.
