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
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
Results
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.