Get Access To Asana APIs in Seconds

Automate, Manage task organization and team collaboration with Asana API integration.

Get Started Now

APIs you need without any code and zero setup

One click integration with your Asana account and access all these APIs in our playground

Get user details

/users/me

Get users workspace membership

/users/me/workspace_memberships

Get memberships for a workspace

/workspaces/{workspace_gid}/workspace_memberships

Get a workspace

/workspaces/{workspace_gid}

Update a workspace

/workspaces/{workspace_gid}

Add user to a workspace

/workspaces/{workspace_gid}/addUser

Remove user from a workspace

/workspaces/{workspace_gid}/removeUser

Get multiple users

/users

List Tasks in a Project

/projects/{project_gid}/tasks

List Tasks in a Section

/sections/{section_gid}/tasks

List Tasks in a Workspace

/workspaces/{workspace_gid}/tasks

Create a Task

/tasks

Get a Task

/tasks/{task_gid}

Update a Task

/tasks/{task_gid}

Delete a Task

/tasks/{task_gid}

List Projects in a Workspace

/workspaces/{workspace_gid}/projects

Get a Project

/projects/{project_gid}

Create a Project

/projects

Update a Project

/projects/{project_gid}

Delete a Project

/projects/{project_gid}

Create a Tag in a Workspace

/workspaces/{workspace_gid}/tags

Get a Tag

/tags/{tag_gid}

Update a Tag

/tags/{tag_gid}

Delete a Tag

/tags/{tag_gid}

List Tags in a Workspace

/workspaces/{workspace_gid}/tags

Get Tasks with a Tag

/tags/{tag_gid}/tasks

Set Parent of a Task

/tasks/{task_gid}

Get Dependencies of a Task

/tasks/{task_gid}/dependencies

Set Dependencies for a Task

/tasks/{task_gid}/addDependencies

Unlink Dependencies from a Task

/tasks/{task_gid}/removeDependencies

Get Dependents of a Task

/tasks/{task_gid}/dependents

Set Dependents for a Task

/tasks/{task_gid}/addDependents

Unlink Dependents from a Task

/tasks/{task_gid}/removeDependents

Get Followers of a Task

/tasks/{task_gid}/followers

Add Followers to a Task

/tasks/{task_gid}/addFollowers

Remove Followers from a Task

/tasks/{task_gid}/removeFollowers

Add a Task to a Project

/tasks/{task_gid}/addProject

Remove a Task from a Project

/tasks/{task_gid}/removeProject

Add a Tag to a Task

/tasks/{task_gid}/addTag

Remove a Tag from a Task

/tasks/{task_gid}/removeTag

Search Tasks in Workspace

/workspaces/{workspace_gid}/tasks/search

Get a Team

/teams/{team_gid}

Update a Team

/teams/{team_gid}

List Teams in an Organization

/organizations/{workspace_gid}/teams

List Users in a Team

/teams/{team_gid}/users

Add a User to a Team

/teams/{team_gid}/addUser

Remove a User from a Team

/teams/{team_gid}/removeUser

Get task templates

/task_templates

Get a task template

/task_templates/{template_gid}

Create task from task template

/task_templates/{template_gid}/instantiateTask

Ready to build apps with Asana API?

Setup your APIs without single line of code

Go to API Explorer