Skip To Content
curl -X POST "https://bzr.openai.com/v1/events?pid=RBDJTs8z7D5HMjqvrmR6xp" \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
--data '{
"validate_only": false,
"events": [
{
"id": "<6a74b73cb758819794200242b519aa52>",
"type": "registration_completed",
"timestamp_ms": ,
"source_url": "https://example.com/conversion",
"action_source": "web",
"data": {
"type": "customer_action"
}
}
]
}'