GET /api/v4/fonts
List of workspace fonts

Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Success response body

[
  {
    "id": 17,
    "customer_name": "AGaramond Pro Bold",
    "system_name": "AGaramondPro-Bold",
    "link": "https://gipper-static-assets.s3.amazonaws.com/AGaramondPro-Bold.otf",
    "workspace_id": 1
  },
  ...
]

Params

Param name Description
sort_to
optional

Sort fonts by customer_name

Validations:

  • Must be one of: asc, desc.