Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Body
application/json
When true, only reprocess jobs with 'failed' status. When false, reprocess all jobs in the batch.
When true, only reprocess jobs with 'pending', 'queued' or 'in_progress' status. When false, reprocess all jobs in the batch (unless failed_only is true).
When true, force fresh enrichment ignoring cached data.
List of specific attributes to enrich (e.g. 'websites', 'phoneNumbers'). If provided, overrides attribute_set.
Predefined group of attributes to enrich: 'core', 'all', or 'open_closed'
Response
Successfully initiated batch reprocessing
The response is of type any
.