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-08-24T03:58:55.324Z",
"updatedAt": "2026-08-24T03:58:55.324Z"
}
]