English
cURL
curl "https://api.phrase.com/v2/projects/:project_id/figma_attachments/:id?branch=my-feature-branch" \ -X GET \ -u USERNAME_OR_ACCESS_TOKEN
{ "id": "626ea67628690c73ac86ac81eec2d185", "url": "https://figma.com/file/something", "created_at": "2017-01-28T09:52:53Z", "updated_at": "2017-01-28T09:52:53Z" }
Get details on a single Figma attachment for a given project.
Enter your token in the format token TOKEN
token TOKEN
Two-Factor-Authentication token (optional)
Project ID
ID
specify the branch to use
OK
The response is of type object.
object
Was this page helpful?