Skip to main content
POST
/2027-01/marketing-solutions/advertisers/{advertiser-id}/ads/unpause

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

advertiser-id
string
required

The advertiser identifier.

Body

application/json

The ads to unpause, carried as adIds. For example {"data":{"type":"UnpauseAdsRequest","attributes":{"adIds":["12345","12346"]}}}.

A top-level object that encapsulates a Criteo API request for a single value.

data
object

A top-level object that encapsulates a Criteo API response for a single value.

Response

200 - application/json

The outcome for each requested Ad is returned.

A top-level object that encapsulates a Criteo API response for several values.

data
object[] | null
errors
object[] | null
read-only
warnings
object[] | null
read-only