If the success response contains a continuation token, the user has access to more
brand templates you can list. You can use this token as a query parameter and retrieve
more templates from the list, for example
/v1/brand-templates?continuation={continuation}.
To retrieve all the brand templates available to the user, you might need to make
multiple requests.
Filter the list of brand templates based on the brand templates' dataset definitions.
Brand templates with dataset definitions are mainly used with the Autofill APIs.
This can be one of the following:
any: (Default) Brand templates with and without dataset definitions.
non_empty: Brand templates with one or more data fields defined.
empty: Brand templates with no data fields defined.
Example request
Examples for using the /v1/brand-templates endpoint:
curl--request GET 'https://api.canva.com/rest/v1/brand-templates'\
A URL for retrieving the thumbnail image.
This URL expires after 15 minutes. This URL includes a query string
that's required for retrieving the thumbnail.
If the success response contains a continuation token, the user has access to more
brand templates you can list. You can use this token as a query parameter and retrieve
more templates from the list, for example
/v1/brand-templates?continuation={continuation}.
To retrieve all the brand templates available to the user, you might need to make
multiple requests.