Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

From the Access Token page, you can generate and manage access tokens that apply to your account. Access tokens can be used when accessing the REST API endpoints.

Info

NOTE: If this page is not visible, the feature has not been enabled in your instance of the platform. See Enable API Access Tokens.


Tip

Tip: Access token usage is the preferred method of authenticating from API. For more information, see API Authentication.


Image RemovedImage Added


D caption
Access Tokens Page

...

  • Token ID: Internal identifier for the token

    TipTip: If you wish to manage any token via APIs, you must reference its token ID as part of your requests. If you have multiple tokens, you should copy this value from the interface.

    Info

    NOTE: This is not the token itself. That value is exposed when you create the token and must be retained for any use outside of the

    D s webapp
    .


  • Description: User-provided description of the token
  • Status: Current status of the token:
    • Active - Token is active and can be used for access.
    • Expired - Token has expired after its expiration timestamp has been reached.
  • Created: Timestamp for when the token was created.
  • Expires: Timestamp for when the token expires.
  • Last Used: Timestamp for when the token was last used.

...

When you generate a token, you can provide the following information.

Image RemovedImage Added

D caption
Generate Token Dialog

...