
The Trello REST API - Atlassian
1 2 3 curl --request GET \ --url 'https://api.trello.com/1/actions/{id}/{field}?key=APIKey&token=APIToken' \ --header 'Accept: application/json'
API Introduction - Atlassian
Jan 26, 2026 · The Trello API offers the ability to search all the actions, boards, cards, members, and organizations. While you can't control which fields you want to search, you can specify which fields …
The Trello REST API - Atlassian
1 2 3 curl --request GET \ --url 'https://api.trello.com/1/cards/{id}/{field}?key=APIKey&token=APIToken' \ --header 'Accept: application/json'
The Trello REST API - Atlassian
1 2 3 curl --request GET \ --url 'https://api.trello.com/1/boards/{boardId}/boardStars?key=APIKey&token=APIToken' \ --header …
The Trello REST API - Atlassian
Excellent ChangelogSystem statusPrivacyNotice at CollectionDeveloper TermsTrademarkCookie preferences© 2026Atlassian
Authorizing With Trello's REST API - Atlassian
Jan 26, 2026 · Trello's API uses token-based authentication to grant third-party applications access to the Trello API. Once a Trello user has granted an application access to their Trello account and data, …
The Trello REST API - Atlassian
1 2 curl --request POST \ --url 'https://api.trello.com/1/lists?name={name}&idBoard=5abbe4b7ddc1b351ef961414&key=APIKey&token=APIToken'
Managing Apps
Jan 26, 2026 · To access the Trello API, you must generate an API key. To register an API key to your app, go to your app, navigate to the API Key tab and select the option Generate a new API Key.
Get Started Building On Trello - Atlassian
Jan 26, 2026 · The best way to build on top of Trello is to create a Power-Up! With Power-Ups you can add buttons to cards and boards, show previews of attachments on Trello cards, and much more - all …
The Trello REST API - Atlassian
curl \ 'https://api.trello.com/1/applications/{key}/compliance?key=APIKey&token=APIToken'