Fonts
List brand fonts
Authorization
ApiKey AuthorizationBearer <token>
Bearer API key. Brand Governance endpoints require brand:read or brand:write (plus narrower writes for specific resources).
In: header
Response Body
application/json
curl -X GET "https://example.com/fonts"{ "object": "list", "data": [ { "id": "string", "object": "font", "organization": "string", "name": "string", "filename": "string", "content_type": "string", "size_bytes": 0, "uploaded_by": "string", "created": "2019-08-24T14:15:22Z", "updated": "2019-08-24T14:15:22Z" } ], "has_more": true, "url": "string"}