provider Styles GET /v1/styles/{key}
@utdk/figma /v1/styles/{key}
Get style
Get metadata on a style by key.
key path required
The unique identifier of the style.
string

Try it

Authentication
Configure credentials for Figma API
getstyle
GET/v1/styles/{key}
Get metadata on a style by key.

Parameters

required

The unique identifier of the style.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import figma from '@utdk/figma';

await figma.getstyle()