Asana
active

Work management platform — tasks, projects, portfolios, goals

project-managementBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

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

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

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

Direct Setup

Endpoints

GET/tasks

List tasks (requires project, section, tag, or assignee+workspace)

💡 Always use opt_fields to control response size

POST/tasks

Create a new task

GET/projects

List projects in a workspace

GET/workspaces

List all workspaces for the user

Related APIs in project-management