> ## 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 Profile

> Obtiene el perfil del usuario autenticado.

Devuelve el usuario actual (id, name, email, role, account\_id, etc.). No requiere `account_id` en la ruta.

<ParamField header="api_access_token" type="string" required>
  Token de usuario (**userApiKey**).
</ParamField>

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

Respuesta: objeto usuario según esquema del OpenAPI. Errores: **401**.
