Skip to end of banner
Go to start of banner

Access Tokens

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Follow these steps to generate a token for ACLI to use for authorization:
1. Go to this URL using a browser: https://trello.com/1/authorize?key=b1247472885730ad0f54f5222f7f927a&name=ACLI&response_type=token&expiration=never&scope=read,write,account
2. Follow the instructions on the screen.
3. Consider modifying the URL to change the scope of authorization (read, write, account) or expiration (1hour, 1day, 30days, never).
4. You will need to log into your Trello account.
5. Create token.
6. Copy the token into your ACLI properties file entry for accessing Trello with ACLI: aclidev.properties

The above information is also available by running the getTokenInfo action from the client without providing a valid token parameter.



  • No labels