Blocked Spam Sources

Bulk create blocked spam sources

Adds multiple blocked spam sources in a single request, typically used to sync the blocklist from an external security tool. Each item in data is validated and persisted independently — per-item failures are reported in the response without aborting the rest of the batch.

post/v3/blocked_spam_sources/bulk

Request body

callback_urlstring

Optional HTTPS URL Greenhouse will POST to when every row in data has finished. Omit to poll GET /v3/bulk_requests/{bulk_action_uuid} instead.

Response

Accepted

bulk_action_uuidstring

UUID assigned to the new bulk request. Use this with GET /v3/bulk_requests/{bulk_action_uuid} to monitor progress and retrieve per-row results.

statusstring

Initial lifecycle state of the new bulk request, typically building immediately after creation. See the bulk request response schema for the full set of values.

status_urlstring

Relative path that returns the current status of the bulk request. Append this to your Harvest base URL to fetch the latest state.

Changes

No recorded changes to this endpoint across all 1 revision of this API.