Add labels to a campaign

Request URL for Workspace

POST /accounts/1/campaigns/72/labels

Request Format

{
    "labels": [
      {
        "name" : "New shiny label"
      }
    ]
}

Add labels to a campaign

📘

Note: Mention id for associating existing account labels to campaign and name for creating a new label

Language
Authorization
Header
Click Try It! to start a request and see the response here!