DocsAPI ReferenceContract/bff/contract/template/detail
getContractAdmin BFF

/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

1 total
Query · 1
idstringRequired

Template external ID.

Request

GET /bff/contract/template/detail

get
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.

Get API Key