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
Example request
[
{
"role": "Agent",
"assignee": "info@lofty-mail.me"
}
]Response
Successful operation.
Example response
{
"leadId": 651095960136641
}Changes
No recorded changes to this endpoint across all 1 revision of this API.