---
title: "Get public app configuration"
method: GET
path: "/api/config"
tags: ["config"]
---

# Get public app configuration

`GET /api/config`

Get public app configuration for mobile apps.

Returns:
    AppConfigResponse with optional app_store_url and play_store_url.
    If a value is not configured or empty, it will be returned as null.

## Response `200`

Successful Response

- AppConfigResponse — Response model for public app configuration.
  - `app_store_url` string, nullable — Link all'App Store (iOS)
  - `play_store_url` string, nullable — Link al Play Store (Android)
  - `call_informativa_video_enabled` boolean — True when the free intake call is presented as the video 'call informativa'; False keeps the previous 'call gratuita' phone-call wording and behaviour

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
