Skip to main content
PUT
Update campaign

Description

Update fields of a campaign.

Request payload

This endpoint needs a campaignObject (described in the list campaigns endpoint) with the modified fields. It also needs a recipientLists property.

recipientLists

This property is an array of objects:
  • id: Id of the recipient list.
  • campaignId: Id of the campaign.

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Body

application/json

The body is of type object.

Response

Successful response