Printago API
GET
/v1/customizer/fonts/store-google
List store Google fonts pool
List the store's curated Google Fonts pool. Each entry is enriched with resolved CSS + download URLs from the Google Fonts catalog.
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"cssUrl": "string",
"downloadUrl": "string",
"family": "string",
"id": "string",
"storeId": "string",
"createdAt": "2026-09-09T20:31:46.372Z",
"updatedAt": "2026-09-09T20:31:46.372Z"
}
]