v1

OpenAPI 3.1.0Proprietary2026-07-13197242444.9 KB
Destinations

Bulk Resume Destinations

Resume multiple destinations in parallel. Supports two modes:

  1. Explicit IDs: Pass a list of destination IDs
  2. Select all: Set select_all=true with optional filters

Returns partial success results - continues processing even if individual resumes fail.

put/destinations/bulk/resume

Request body

idsstring[] nullable

List of entity IDs to perform the action on. Omit if using select_all=true.

select_allboolean

If true, select all entities matching the filters

Response

Successful Response