Get Bulk Regenerate Preflight for Financial Event Groups
GET/api/amazon/unified/financial-event-groups/bulk-regenerate/preflight
Returns a read-only impact summary for the Bulk Regenerate Accounting Transactions action, without making any changes. It inspects every financial event group that currently has accounting transactions and reports:
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
total- number of groups that have accounting transactions.eligible- groups whose transactions can be safely deleted and regenerated (none are linked to an external accounting integration).has_integration_links- groups that will be SKIPPED by the bulk regenerate because one or more of their transactions were pushed to an accounting integration (each with its internalid, the Amazongroup_id, andlinked_count).
Runs synchronously.
Query parameters:
integration_instance_ids(optional) - comma-separated integration instance IDs to scope the preview.
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.