Parent Action - Mark as Completed
POST https://api.kickofflabs.com/v2/CAMPAIGN_ID/actions/CAMPAIGN_ACTION_ID/parent
This end point will assign a completed action to the lead who referred this lead (the referral parent).
Required parameters
Section titled “Required parameters”api_key: Your account API key.email,kid, orsocial_id: The referred lead identifier.
Successful response:
{ "message": "Lead added to action" }If the lead does not exist or does not have a parent, KickoffLabs returns 404.