> ## 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 Public Inbox

> Obtiene la configuración pública de un inbox por identificador.

Devuelve el inbox para uso en widget o app cliente. No requiere `api_access_token`.

<ParamField path="inbox_identifier" type="string" required>Identificador público del inbox.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET 'https://app.yampi.ai/public/api/v1/inboxes/MI_INBOX_ID' \
    -H 'Content-Type: application/json'
  ```
</RequestExample>
