General Information Tab
This tab contains general settings related to the selected API Proxy.
If the related API Proxy is part of a Group, you can click on the API Proxy Group Enabled link to navigate to the Group screen that the API Proxy belongs to.
Configuration
By clicking the Configure button, the basic information of the API Proxy can be configured in the dialog screen that opens.
Configuration Fields
| Field | Description |
|---|---|
| Name | The name given to the API Proxy by the user. This value must be unique within the project. |
| Description | The description text of the API Proxy. Information about the purpose, business logic, or functions provided by the Proxy is written here. |
| Disable Direct Access To Gateway | When this option is enabled, direct access to the Backend service is blocked. The service can only be accessed through the API Proxy. |
| Client Route | The section that determines which path, method, and criteria incoming requests to the API will be routed. For detailed information, you can refer to the Client Route page. |
| Backend API Version | The field where the Backend API version that the API Proxy corresponds to is entered. This value is important for information and version management. |
| Category List | Used to classify API Proxies. For example: Finance, CRM, Notification, Integration. Category selection helps API Portal users find APIs more easily. |
| Usage | Specifies the usage type of the API Proxy. Options: • Unspecified • Publisher (Producer only) • Consumer (Consumer only) • Publisher & Consumer (Both uses) This value is used to specify the role of the API within the project. |
| Sharing Type | The field that determines how the API Proxy is shared within or outside the project. Options: • Unspecified • External • Internal • External and Internal |
For Detailed Information See: API Proxy Client Route Usage Guide
Example Configuration Flow
- Proxy name and description are entered.
- Path (Relative Path) is defined from the Client Route section.
- Method, host, or header constraints are added if necessary.
- Security settings are made (Disable Direct Access To Gateway, etc.)
- Categories are selected.
- Usage and sharing type are determined.
Show Proxy Key
This is the section where the access keys of the API Proxy are managed. Access keys are used for OAuth2 Authentication Policy. Client Id and Client Secret values are automatically generated, and the user can request new ones to be created. If any of the keys for a deployed API Proxy are regenerated, the API Proxy must be redeployed for the keys to be valid.


Deployment and Specification Information
The deployment information section displays which environments the API Proxy is deployed to and the access address in that environment. An API Proxy can be deployed to multiple environments at the same time. If an API Proxy Group has been created from the API Proxy, information about that group is also displayed in this area. An image containing the deployment section is shown below:
| Field | Description |
|---|---|
| Environment | The Environment information where the API Proxy is deployed. |
| Access Type | The access type information of the API Proxy. |
| URL | The access address of the API Proxy. It is automatically generated using the Gateway Address and the access address of the deployed Environment. |
| Specification Files | The Specification files of the API Proxy. Specification files in Swagger and OpenAPI formats are generated for each API Proxy. If the API Proxy type is SOAP, WSDL and XSD specification files will also be generated. When the Show link is clicked for any environment, the API Specification Files valid for that environment for the API Proxy are displayed. |


