The length of the user access token lifecycle depends on the type of token you request:
- A user access token authorizes access to all API endpoints and data associated with the user. It can be reused multiple times and expires after 120 minutes.
- A single-use user access token authorizes access to all API endpoints and data associated with the user for a single request. It expires after 120 minutes or a single use.
For more information on Core API access tokens, see Authentication in the Core API Reference.