Skip to main content Skip to complementary content
Close announcements banner

Generating a Personal Access Token

Use Personal Access Tokens to authenticate to Talend Cloud APIs or to connect Talend Studio to Talend Cloud.

About this task

Access Tokens are personal and the permissions they grant are synchronized with the user's permissions, at any time. When you generate a token, it is only displayed once.

You can have up to five active tokens at the same time. It is a best practice to keep as few active tokens as possible. Delete unused tokens and replace old tokens to increase the system security.

Procedure

  1. Log in to the Talend Cloud portal or an application.
  2. In the top-right corner, click your username.
  3. Click Profile preferences > Personal access tokens > Add token.
    A new page opens. You can see all the permissions and roles associated to the token.
  4. Enter the Token name.
  5. Click Generate.
    A Bearer Token is generated and opens in a new window that is displayed only once. If you close it without copying the token, you will not be able to use this token.
  6. Copy the token and paste it where you need.

Results

From the Personal access tokens page, you can check each token creation date and last use.
If you use access tokens to call Talend Cloud APIs, make sure you include the Bearer type in front of the token value. For example:
curl -X GET -H "Authorization: Bearer <your_token>" https://api.cloud.talend.com/<your_endpoint>
            

The permissions of the generated token correspond to your current permissions. If your permissions change after generating the token, the token permissions change accordingly.

After generating a token, you can only edit its name or delete it. Security Administrators can also see and delete your tokens. Refer to Managing personal access tokens for all users.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!