campaign/status/update

Updates an existing campaign's user status based on the input, where both the campaign id and the requested status to use are required.

Upon a successful user status update, this method will return the updated campaign object. If the passed in status value is ineligible the endpoint will throw a formatted exception.

Acceptable values for user_status include:

  • "ACTIVE"
  • "PAUSED"
  • "ARCHIVED"
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!