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

/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

2 total
Query · 2
categoryIdstring

Filter by template category ID.

localestring

Filter by locale code.

Request

GET /bff/contract/template/list

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

Get API Key