Extensis · Example Payload

List Catalogs Response

Digital Asset ManagementFont ManagementCreative AssetsFont LicensingDesign WorkflowsDAM

List Catalogs Response is an example object payload from Extensis, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

catalogs

Example Payload

Raw ↑
{
  "catalogs": [
    {
      "id": "catalog-001",
      "name": "Marketing Assets"
    },
    {
      "id": "catalog-002",
      "name": "Brand Guidelines"
    },
    {
      "id": "catalog-003",
      "name": "Product Photography"
    }
  ]
}