Queue the first bounded campaign attempt
POST
/v1/optimization-campaigns/{campaignId}/startCreates one durable producer request. Managed producers receive an attempt-scoped execution dispatch; external producers remain ready for explicit candidate submission. Repeated calls are idempotent.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| campaignId | path | string | Yes | Durable Optimization Campaign ID |
Query parameters
None.
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Campaign was already started
None.
202First attempt queued
None.
409Campaign cannot start in its current state
None.
Queue the first bounded campaign attempt
Loading...
Response 200
Loading...