About 14,400 results
Open links in new tab
  1. The Trello REST API - Atlassian

    1 2 3 curl --request GET \ --url 'https://api.trello.com/1/actions/{id}/card?key=APIKey&token=APIToken' \ --header 'Accept: …

  2. API Introduction - Atlassian

    Oct 31, 2025 · 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 …

  3. The Trello REST API - Atlassian

    1 2 3 curl --request GET \ --url 'https://api.trello.com/1/cards/{id}?key=APIKey&token=APIToken' \ --header 'Accept: application/json'

  4. 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 …

  5. Authorizing With Trello's REST API - Atlassian

    Oct 31, 2025 · 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 …

  6. 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'

  7. REST API Client - Atlassian

    Oct 31, 2025 · The REST API client provides methods to make it easier to interact with Trello's REST API from a Power-Up. The client primarily helps with authorization; it makes it easy to …

  8. The Trello REST API - Atlassian

    Find what you're looking for in Trello Forge and OAuth2 apps cannot access this REST resource. Request Query parameters Expand all query string Required idBoards oneOf [string, TrelloID]

  9. Managing Power-Ups - Atlassian

    Oct 31, 2025 · A Power-Up can be a very powerful tool to add new features to Trello and change your experience. In order to allow your Power-Up to accomplish some advanced tasks, you …

  10. Webhooks - Atlassian

    Oct 31, 2025 · Trello accepts a X-Trello-Client-Identifier request header on API requests made to Trello. The value of this header is returned to webhooks owned by the application key that …