# Get all templates Retrieve a list of all templates you have created in your account. Templates are reusable video project structures that define scene order, types, and configurations. Endpoint: GET /auth/templates Version: 1.2.0 Security: ShuffllApiKey ## Response 200 fields (application/json): - `id` (string) Unique template identifier Example: "6945258969368fe55125c4b9" - `description` (string) Template description Example: "A template for new product demo videos" - `name` (string) Template name Example: "Product Demo Template" ## Response 401 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" - `message` (string) Example: "Bad Request"