Get GatewayAPI config
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /gatewayapi/config
Operation
Operation ID: getGatewayApiConfig
Get GatewayAPI config
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Responses
Status | Description | Content Types |
|---|---|---|
200 | GatewayAPI configuration retrieved successfully | application/json |
Schema for response 200 (application/json):
{
"$ref": "#/components/schemas/GatewayApiConfigListResponse"
}
17 March 2026