Public preview
Adds support for retrieving individual activity logs Public preview
What’s new
Introduces a new retrieve endpoint for the Activity Logs API that provides programmatic access to security history. You can now retrieve individual activity log entries by their ID to access detailed information about security events in your Stripe account. This complements the existing list endpoint to give you complete programmatic access to your account’s security activity.
Impact
You can now retrieve individual activity log entries by ID, enabling you to build targeted security monitoring and auditing integrations. Use the retrieve endpoint to fetch a specific event when building your security information and event management (the related setting) integrations or custom audit workflows.
Previously, you could only fetch activity logs as paginated lists. The retrieve endpoint lets you look up a specific log entry directly by its ID.
Changes
| Endpoint | Change | Resource |
|---|---|---|
| retrieve | Added | V2. Iam. ActivityLog |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2026-05-27. preview
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.
