Sign in

List team styles

documented

List published styles in a team library.

GET /v1/teams/{team_id}/stylesStylesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.figma.com/v1/teams/{{$team_id}}/styles?page_size={{$page_size}}&after={{$after}}&before={{$before}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List team styles · Figma · OpenIntegrations