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

{
  fonts: [
    {
      "id": 385,
      "customer_name": "font",
      "system_name": "font",
      "link": "link"
    },
    ...
  ],
  meta: {
    "total_count": 3
  }
}

Params

Param name Description
sort_to
optional

Sort fonts by customer_name

Validations:

  • Must be one of: asc, desc.

page
optional

Validations:

  • Must be a Integer

per_page
optional

Validations:

  • Must be a Integer