> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yampi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Portal

> Obtiene un portal (Help Center) por ID.

Requiere **userApiKey**. Incluye meta: `all_articles_count`, `categories_count`, etc.

<Info>
  En el OpenAPI actual solo está definido **PATCH** para este path (actualizar portal). La API puede exponer también **GET** para obtener un portal por ID; si el playground no muestra esta operación, usa el token en cURL.
</Info>

<ParamField path="account_id" type="integer" required>ID de la cuenta.</ParamField>
<ParamField path="id" type="integer" required>ID del portal.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET 'https://app.yampi.ai/api/v1/accounts/1/portals/1' \
    -H 'api_access_token: TU_TOKEN' -H 'Content-Type: application/json'
  ```
</RequestExample>
