Skip to content
Back to KickoffLabs

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).

  • api_key: Your account API key.
  • email, kid, or social_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.