Description A public API endpoint that allows for the programmatic retrieval of contact-level activity logs (audit trails) using a unique identifier (such as user_profile_id).
Currently, while this data exists within the system, it is not accessible via the public documentation. Exposing this would allow for:
Automated Data Exports: Enabling users to sync audit logs with their own internal databases or reporting tools without manual intervention.
Programmatic Compliance: Allowing users to verify contact history and activity sequences through external integrations.
Self-Service Data Access: Reducing the need for manual support requests by empowering users to pull their own historical activity data directly.
Desired Outcome Include a dedicated "Audit Trail" or "Activity Logs" section in the public API documentation with GET methods to fetch chronological history for individual contact profiles.