Pixels (Facebook, TikTok, etc.)

Get pixel by ID

Retrieve pixel details by its ID

get/api/v1/pixel/{pixel_id}

Path parameters

pixel_idstring uuid required

Response

Successful Response

pixelstring required
tokenstring required
commentstring nullable
pixelType'tiktok' | 'facebook' | 'google' | 'twitter' required
idstring uuid required
createdAtstring date-time required
updatedAtstring date-time nullable

Example response

{
  "comment": "This is an example comment. All data, including pixel ID and EAAG, is a sample",
  "createdAt": "2022-01-01T00:00:00",
  "id": "123e4567-e89-b12-d3a456426614",
  "owner": {
    "email": "example@.com",
    "logo_url": "https://example.com/owner_logo.png",
    "owner_company_user_id": "d290f1ee-6c54-4fbb-9fa6-0e02b2c3d479"
  },
  "pixel": "32643637483211",
  "pixel_type": "facebook",
  "token": "EAAGm0PX4ZBEBAGqZC1ZC8Jg1ZBZA0nE8Kv1gE0VZBZB8ZBnbZC2qZC5RXX1rZB5eAZDZD",
  "updatedAt": "2022-01-01T00:00:00"
}

Changes

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