This webhook is fired once a TCR proxy has been provisioned, i.e. the status became ok. The data property will contain a list of proxies ready to be used.
{
"type": "PROXY_PROVISIONED",
"ctime": 1619552282398,
"data": [
{
"cid": "c_example123",
"proxy": "1234567890",
"create_time": "04/20/2025 10:30AM EST",
"update_time": "04/20/2025 10:35AM EST",
"referenceId": "5eb6cfcd4f5647c9983fea0b4b0bed4b",
"campaignId": "C12345",
"campaignName": "Campaign name",
"brandId": "B12345",
"brandName": "Brand name",
"status": "ok"
}
]
}