Skip to main content
PATCH
Update campaign status

Authorizations

public-api-key
string
header
required

Your public API key from the Yuno Dashboard

private-secret-key
string
header
required

Your private secret key (server-side only)

Path Parameters

campaign_id
string<uuid>
required

The unique identifier of the campaign

Body

application/json
status
enum<string>
required

New campaign status

Available options:
ACTIVE,
INACTIVE

Response

Campaign status updated

id
string<uuid>
name
string
description
string
status
enum<string>
Available options:
ACTIVE,
INACTIVE,
DRAFT,
EXPIRED
start_date
string<date-time>
end_date
string<date-time>
country
string
created_at
string<date-time>
updated_at
string<date-time>