API Product Categories
Category Management
On the Categories screen:
- Existing categories are listed,
- Filtering can be done by category name through the search box,
- Editing or deletion operations can be performed on each category row.

List Screen Fields
| Field | Description |
|---|---|
| Name | The English name that will be displayed for the category in the system. Categories can be selected by this name when creating or listing API Products. |
| Name (TR) (Name(TR)) | If multi-language support is enabled in portal settings, this field is also displayed. The Turkish equivalent of the category is written here. If the user views the portal in Turkish, the category name is shown from the value in this field. |
When both Turkish Language Option and English Language Option are enabled in Portal settings, the system automatically switches to Multilanguage mode.
If the Multilanguage feature is enabled from Portal Settings, form fields are displayed in both English and Turkish, and separate data entry can be made for each language.
Creating a New Category
Used to define a new category for API Products. A new category record is created by filling the fields on the form. When the required information is completed, the category is saved to the system by clicking the Save button.

Fields used for category creation configuration are shown in the table below.
Expand the Portal Management heading from the left menu. Click on API Products → Categories option.
Click the New Category button in the top right. api-product-category-update form opens as modal/panel.
Write the category name in the Name field (example: Payments). Add a description in the Description field (optional) that will help users understand this category. If there are sorting or icon fields on the form, fill them according to how you want it to be shown in the catalog.
Open the Related API Products multi-select field. Select the API products you want to include in this category. Check selections; each selection is automatically added to the list.
Make sure required fields are filled. Click the Save button. Request is sent to POST /api/api-product-categories endpoint (PUT on update).
Usage of Created Categories
Can be selected from the "Category" field in API Product creation or editing screen. An API Product is classified to belong to one of the defined categories. This way:
- API Developer Portal users can easily find APIs by filtering them by specific categories.
- Organization administrators can report APIs by topical or functional areas.
- Category-based statistics, access counts, or subscription distributions on the Portal become more meaningful.
For example:
- APIs under Education category: Can include services for educational institutions or certification systems.
- APIs under Finance category: Can cover financial operations such as banking, payment, accounting.
- Store category: Can group APIs related to e-commerce or inventory management.
You can visit the relevant link to use created categories in API Products.