Template
Template Get Api
Retrieves a specific template by UUID.
GET
Template Get Api
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
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.
Template Get Api