/bff/contract/template/list
Returns all active contract templates for the organisation. Templates serve as reusable blueprints for creating new contracts with predefined content.
ContractgetBffContractTemplateList
Parameters
2 query
Query · 2
categoryIdstringFilter by template category ID.
localestringFilter by locale code.
Request
GET /bff/contract/template/list
curl -X GET "https://api.bizkithub.com/bff/contract/template/list?categoryId=3&locale=cs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": "example_id",
"internalId": 0,
"title": "example_title",
"locale": "cs",
"active": false
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.