Access Token

Access tokens serve as a means to verify the identity of a user without exposing their actual credentials like usernames and passwords. Use access tokens as an alternative to user ID and password for authentication in applications like Swagger, Postman, and REST APIs.

Follow the below steps to get the Access Token:
  1. Click on your name in the top-left corner to reveal the menu options.
  2. Click User settings > Access Token to display Access Token pop-up.
  3. Copy the Access token for future use.
    Note: An access token can expire when a user's session ends. Session duration is determined by the application or authentication provider policies. Logging out of the application may also lead to the expiration of the access token.