/bff/contract/template/detail
Returns full template detail including the Markdown content. Use this content as the initial body when creating a new contract from a template.
ContractgetBffContractTemplateDetail
Parameters
1 query
Query · 1
idstringRequiredTemplate external ID.
Request
GET /bff/contract/template/detail
curl -X GET "https://api.bizkithub.com/bff/contract/template/detail?id=tpl_xyz789" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"id": "example_id",
"internalId": 0,
"title": "example_title",
"content": "example_content",
"locale": "cs",
"active": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.