Icon sets
List icon sets
Authorization
ApiKey AuthorizationBearer <token>
Bearer API key. CMS endpoints require cms:read or cms:write (plus narrower writes for specific resources).
In: header
Response Body
application/json
curl -X GET "https://example.com/icon_sets"{ "object": "list", "data": [ { "id": "string", "object": "icon_set", "organization": "string", "name": "string", "folder_key": "string", "description": "string", "parent_set": "string", "order_index": 0, "created": "2019-08-24T14:15:22Z", "updated": "2019-08-24T14:15:22Z" } ], "has_more": true, "url": "string"}