Appearance
Pause or resume a single ad set
Ad-set-scoped pause/resume (doesn't touch sibling ad sets). Thin wrapper over PUT /v1/ads/ad-sets/{adSetId} for callers that only want the status toggle and prefer a symmetric URL to /v1/ads/campaigns/{campaignId}/status.
PUT /v1/ads/ad-sets/{adSetId}/status
Ad-set-scoped pause/resume (doesn't touch sibling ad sets). Thin wrapper over PUT /v1/ads/ad-sets/{adSetId} for callers that only want the status toggle and prefer a symmetric URL to /v1/ads/campaigns/{campaignId}/status.
Parameters
adSetId(path, string) required — Platform ad set ID
Request body
Content-Type: application/json
status(string) required (enum: active, paused)platform(string) required (enum: facebook, instagram, tiktok, linkedin, pinterest, google, twitter)
Responses
200 — Ad set status updated
updated(integer)skipped(integer)
400 — Invalid input
401
404 — Ad set not found