POST /api/v4/font_families/:font_family_id/favorite_font_families
Add font family to favorites

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

{
  "success": true
}

Params

Param name Description
font_family_id
required

Validations:

  • Must be a Integer


DELETE /api/v4/font_families/:font_family_id/favorite_font_families
Remove font family from favorites

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

{
  "success": true
}

Params

Param name Description
font_family_id
required

Validations:

  • Must be a Integer