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
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
Example response
{
"id": "22c29287-7ade-4552-8590-5126ebd090cb"
}