ConsistlyAPI
Icon sets

Retrieve an icon set

GET
/icon_sets/{id}
AuthorizationBearer <token>

Bearer API key. CMS endpoints require cms:read or cms:write (plus narrower writes for specific resources).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/icon_sets/icon_set_abc..."
{  "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"}
{  "error": {}}