Printago API
GET
/v1/customizer/fonts/store
List custom fonts
List the store's uploaded custom fonts.
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"downloadUrl": "string",
"familyName": "string",
"storagePath": "string",
"licenseAttestedAt": "2026-08-24T03:58:55.316Z",
"licenseAttestedByUserId": "string",
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:55.316Z",
"updatedAt": "2026-08-24T03:58:55.316Z"
}
]