> ## 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 Contact (Public)

> Obtiene un contacto por identificador público.

Devuelve el contacto asociado al inbox público usando su `contact_identifier` (no el ID interno).

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

<ParamField path="contact_identifier" type="string" required>
  Identificador del contacto (el que se usó al crear o el ID externo).
</ParamField>

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

Respuesta: objeto contacto. Errores: **404** si inbox o contacto no existen.
