cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#FIGMA_GET_PROJECT' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "FIGMA_GET_PROJECT", "parameters": { "teamId": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Team ID : Specify ID of the Team to list projects. The Team ID can be parsed from team url: https://www.figma.com/files/team/:id/:title (example: "21321312")
Success
Was this page helpful?