Content Topic Blacklist Update

Replace topics in an account's topic-blacklist

curl -s -XPOST "https://api.lytics.io/api/content/topicblocklist" \
    -H "Content-type: application/json" \
    -H "Authorization: $LIOKEY" \
    -d'
{
  "ids": ["Data-First Marketing", "User Data Unification"]
}
' | jq '.'

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