GET
/
v1
/
webhooks
/
conversion-pixel
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/webhooks/conversion-pixel
{
  "data": {
    "conversion_pixel_id": "<string>",
    "is_new": true,
    "object_type": "sms_campaign"
  }
}

Query Parameters

object_id
string<uuid>
phone_number
string
team_id
string<uuid>
object_type
enum<string>
required
Available options:
sms_campaign,
sms_api,
voice_call
event_type
enum<string>
required
Available options:
click,
lead,
sale
ip
string
user_agent
string | null
country_code
string | null
Required string length: 2
event_profit
number | null

Response

200
application/json

ConversionPixelResponseData

The response is of type object.