Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
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.
The unique identifier for the template.
The name of the template.
The description of the template.
Whether the template is active.
List of options associated with this template.
The UUID of the associated plan.