Leads - Admin

Api Accept Lead

Accept a lead and optionally assign to a team with round-robin attribution.

Request body options:

  • {} - Just accept the lead (no attribution)
  • { "team_id": 456 } - Accept, update team, and run round-robin attribution with notifications
put/api/leads/{lead_id}/accept

Path parameters

lead_idinteger required

Headers

x-api-tokenstring nullable

Request body

object required

Response

Successful Response

{"stackTrail":"paths:/api/leads/{lead_id}/accept:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes