Retrieves a specific template by UUID.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Template retrieved successfully
Schema for retrieving template information.
Attributes: uuid (UUID): The unique identifier for the template. name (str): The name of the template. description (str): The description of the template. is_active (bool): Whether the template is active. options (List[OptionOut]): List of options associated with this template. plan_uuid (str): The UUID of the associated plan.