Skip to main content

Hello Team,


We are trying to use below Figma API to get the projects list for doing analytics on Figma.


But we are getting the “no such team” error for the valid team ID & X-FIGMA-TOKEN was given.


https://api.figma.com/v1/teams/{{team_id}}/projects


Response :

{

“error”: true,

“status”: 400,

“message”: “No such team”,

“i18n”: null

}


I am not able to find any documentation further to this response. Not sure if any pre-requesting steps that I am missing.

Be the first to reply!