Skip to content

Get all user's custom fonts

GET
/api/v1/custom-fonts
curl --request GET \
--url http://127.0.0.1:58259/api/v1/custom-fonts

Retrieve all custom fonts for the authenticated user

Fonts retrieved successfully

Media type */*
Array<object>
object
id
integer format: int64
fontName
string
originalFileName
string
format
string
Allowed values: TTF OTF WOFF WOFF2
fileSize
integer format: int64
uploadedAt
string format: date-time