Pixels (Facebook, TikTok, etc.)

Update a pixel

Update specific fields of an existing pixel.

patch/api/v1/pixel

Query parameters

pixel_idstring uuid required

Request body

pixelstring nullable
tokenstring nullable
commentstring nullable

Example request

{
  "comment": "This is an example comment. All data, including pixel ID and EAAG, is a sample",
  "pixel": "32643637483211",
  "token": "EAAGm0PX4ZBEBAGqZC1ZC8Jg1ZBZA0nE8Kv1gE0VZBZB8ZBnbZC2qZC5RXX1rZB5eAZDZD"
}

Response

Successful Response

idstring uuid required

ID of pixel

Example response

{
  "id": "22c29287-7ade-4552-8590-5126ebd090cb"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.