Retrieves a specific template by UUID.
Documentation Index
Fetch the complete documentation index at: https://docs.justpaid.io/llms.txt
Use this file to discover all available pages before exploring further.
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.
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.