Asana
asanaAuthenticate with Asana using OAuth or Personal Access Tokens. Access tasks, projects, and workspaces.
🔐 Authentication Methods
personal_access_token
Personal Access Token
Register at: https://app.asana.com/0/developer-console
- 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
Register at: https://app.asana.com/0/developer-console
- 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