Fetches all elements of a specific design template by its ID for the authenticated user.
GET /templates/{templateId}/elements
templateId
(string, required): The ID of the design template.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the design template
Elements retrieved successfully
The response is of type object
.