List template layers
Lists all layers of a template.
Locked layers will not be returned.
Parameters
id string
REQUIRED
The template id of the template that you want to retrieve the layers.
Sample Request
Here’s a sample request to list all layers of a template:
Response
The API returns an array of JSON objects with the layer details.
Each layer object contains the following properties:
layer string
The unique identifier of the layer.
type string
The type of layer (e.g., “text”, “image”, “shape”, etc.).
description string
Optional description of the layer.
The description can be added in the Editor.