v1
latestOpenAPI 3.0.02026-07-241010520.6 KBProposals
Retrieve Proposal Template
Returns a proposal template
get/tenants/{tenant_id}/proposal_templates/{proposal_template_id}
Path parameters
tenant_idstring uuid required
The ID of the tenant that the proposal template is part of.
proposal_template_idstring uuid required
The ID of the proposal template itself.
Response
Proposal Template successfully retrieved.
Example response
{
"name": "My first test proposal template"
}