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