Access token concept

An access token is a short-lived credential used to create a link. An access token contains the URL and secret code of a corresponding access grant.

Issuing tokens
Redeeming tokens

Access tokens are issued from access grants. A grant issues zero or more tokens. Tokens are redeemed for links.

Access tokens have limited redemptions and limited lifespans. By default, they can be redeemed only once, and they expire 15 minutes after being issued. You can set custom limits by configuring the access grant.

The sequence for issuing and redeeming access tokens