v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Figma attachments

Get a single Figma attachment

Get details on a single Figma attachment for a given project.

get/projects/{project_id}/figma_attachments/{id}

Path parameters

project_idstring required

Project ID

idstring required

ID

Query parameters

branchstring

specify the branch to use

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

idstring
urlstring
created_atstring date-time
updated_atstring date-time

Example response

{
  "id": "626ea67628690c73ac86ac81eec2d185",
  "url": "https://figma.com/file/something",
  "created_at": "2017-01-28T09:52:53Z",
  "updated_at": "2017-01-28T09:52:53Z"
}