Skip to main content
Question

Figma Teams API - Gives the "No such team" for valid team ID

  • May 20, 2024
  • 0 replies
  • 200 views

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.

This topic has been closed for replies.