Leads

Assign Lead

Place assignee to a lead.

post/v1.0/leads/{leadId}/assignment

Path parameters

leadIdinteger required

Headers

Authorizationstring required

Bearer [access_token]

Content-Typestring required

application/json

Request body

rolestring required

Role, Agent, Assistant, Lender

assigneestring

Account of assignee

Example request

[
  {
    "role": "Agent",
    "assignee": "info@lofty-mail.me"
  }
]

Response

Successful operation.

leadIdinteger

ID of the lead.

Example response

{
  "leadId": 651095960136641
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.