List all active templates for the authenticated user or organization.
Returns template metadata including name, file type, size, and creation date. Templates are scoped — users see only their own templates, organizations see theirs.
cURL
curl --request GET \ --url https://api.superdocs.app/v1/templates \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response