Home / Formulas / Asana

Asana

asana

Authenticate with Asana using OAuth or Personal Access Tokens. Access tasks, projects, and workspaces.

🔐 Authentication Methods

personal_access_token
Personal Access Token
  • Go to Developer Console
  • Create a new PAT or use existing
  • Copy the token
oauth
OAuth
authorize: https://app.asana.com/-/oauth_authorize
token: https://app.asana.com/-/oauth_token
Scope: default
  • Create a new app in the Developer Console
  • Set redirect URI to http://localhost:8080/callback
  • Copy Client ID and Client Secret

👤 Identity

Workspace: e.g., workspace name or gid

🌐 APIs

rest
Base URL: https://app.asana.com/api/1.0
Auth Header: Bearer {token}
Spec Type: openapi
Methods: personal_access_token oauth
← Back to all formulas