Skip to main content
POST
Preview Routing

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Body

application/json

Hypothetical lead info used to resolve assignees.

firstName
string
required

The first name of the lead

Example:

"Bob"

email
string
required

The email address associated with the lead

Example:

"123456789@gmail.com"

lastName
string

The last name of the lead

Example:

"Li"

phone
string

The phone number associated with the lead. (No more than 20 characters per phone)

Example:

"1234567890"

birthday
string

The birthday of the lead(pattern:MMM d, yyyy)

Example:

"Jun 5, 2001"

Response

Assignee matches for the supplied lead info.

leadId
integer<int64>

leadId

leadUserId
integer<int64>

leadUserId

firstName
string

lead firstName

lastName
string

lead lastName

customRoleAssignees
object[]

lead customRoleAssignees