PUT /session/<id>/conversion
Marks the session with <id>
as converted. Returns a simple success
property. Updating the conversion status where the session is already converted returns the same result.
Example
// PUT https://app.hitprobe.com/api/v1/session/EGe9niUZEATtPwHyicyUGT/converted
{
"success": true
}
tip
You can also trigger conversion events on the client-side through the JavaScript agent's events API.