---
title: "Get physical center FAQs"
method: GET
path: "/api/help-center/faqs/physical-center"
tags: ["help-center"]
---

# Get physical center FAQs

`GET /api/help-center/faqs/physical-center`

Get FAQs specifically related to the physical center.

## Query parameters

- `locale` string — Locale/language code (e.g., it, en)

## Response `200`

Successful Response

- FaqItem[]
  - `question` string, required — FAQ question
  - `answer` string, required — FAQ answer (plain text, may contain newlines)

## Other responses

- `422` — Validation Error

---

[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)
