Canva · Schema

BrandTemplate

A Canva brand template (requires Enterprise)

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
id string The brand template ID
title string The brand template title
view_url string URL to view the brand template
create_url string URL to create a design from the brand template
created_at integer Unix timestamp in seconds when the template was created
updated_at integer Unix timestamp in seconds when the template was last updated
View JSON Schema on GitHub

JSON Schema

canva-connect-brand-template-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BrandTemplate",
  "type": "object",
  "description": "A Canva brand template (requires Enterprise)",
  "properties": {
    "id": {
      "type": "string",
      "description": "The brand template ID"
    },
    "title": {
      "type": "string",
      "description": "The brand template title"
    },
    "view_url": {
      "type": "string",
      "description": "URL to view the brand template"
    },
    "create_url": {
      "type": "string",
      "description": "URL to create a design from the brand template"
    },
    "created_at": {
      "type": "integer",
      "description": "Unix timestamp in seconds when the template was created"
    },
    "updated_at": {
      "type": "integer",
      "description": "Unix timestamp in seconds when the template was last updated"
    }
  }
}