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

# Profile Interactions

> Create, read, update, and delete Interaction records for a specific Profile.

The Profile Interactions API provides profile-scoped endpoints for managing Interaction records attached to a single Profile. Use these endpoints when building customer-facing experiences or integrations that operate on one Profile's engagement history.

For what an interaction is and when to use one, see [Interactions](/concepts/profiles/interactions).

<Info>
  For bulk operations or cross-profile reporting, use the global [Interactions API](/api-reference/interaction) instead.
</Info>

Write operations (`POST`, `PUT`) require the `update-profiles` scope. Read and list operations require the `read-profiles` scope. The owning Profile is always taken from the URL; any `profile_id` supplied in the request body is ignored.

## Related

* [Interactions concept](/concepts/profiles/interactions)
* [Interactions](/api-reference/interaction)
* [Profiles](/concepts/profiles/overview)
