Trello
active

Visual project boards — boards, lists, cards, checklists, power-ups

project-managementAPI KeyFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call Trello with your PincerAPI key. No separate signup needed.

# Get instructions for Trello
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/trello/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/trello/your/endpoint/here"

Direct Setup

Endpoints

GET/members/me/boards

List boards for the authenticated member

💡 Append ?key={key}&token={token} to all requests

GET/boards/{id}/lists

Get all lists on a board

GET/lists/{id}/cards

Get all cards in a list

POST/cards

Create a new card

Related APIs in project-management