Lead Groups

Get a Lead Group

get
Query parameters
lead_group_idintegerRequired

The ID of the lead group to retrieve

company_idintegerOptional

The ID of the company associated with the group (at least one of company_id or user_id is required)

user_idintegerOptional

The ID of the user associated with the group (at least one of company_id or user_id is required)

send_lead_objectsbooleanOptional

Whether to include lead objects in the group response (optional)

Responses
200

Successful retrieval of the lead group.

application/json
get
/lead/group
200

Successful retrieval of the lead group.

Create a Lead Group

post
Body
anyOptional
or
anyOptional
Responses
200

Successful creation of the lead group.

application/json
post
/lead/group
200

Successful creation of the lead group.

Update a Lead Group

put
Body
anyOptional
or
anyOptional
Responses
200

Successful update of the lead group.

application/json
put
/lead/group
200

Successful update of the lead group.

Delete a Lead Group

delete
Body
anyOptional
or
anyOptional
Responses
200

Successful deletion of the lead group.

application/json
delete
/lead/group
200

Successful deletion of the lead group.

Get Lead Groups

get
Query parameters
company_idintegerOptional

The ID of the company associated with the groups (at least one of company_id or user_id is required)

user_idintegerOptional

The ID of the user associated with the groups (at least one of company_id or user_id is required)

Responses
200

Successful retrieval of lead groups.

application/json
get
/lead/groups
200

Successful retrieval of lead groups.

Add Members to Lead Group

post
Body
anyOptional
or
anyOptional
Responses
200

Successful addition of members to the lead group.

application/json
post
/lead/group/members
200

Successful addition of members to the lead group.

Remove Members from Lead Group

post
Body
anyOptional
or
anyOptional
Responses
200

Successful removal of members from the lead group.

application/json
post
/lead/group/remove
200

Successful removal of members from the lead group.

get
Query parameters
querystringRequired

The search query string

company_idintegerOptional

The ID of the company associated with the groups (optional, but required if user_id is not provided)

user_idintegerOptional

The ID of the user associated with the groups (optional, but required if company_id is not provided)

Responses
200

Successful search of lead groups.

application/json
get
/lead/groups/search
200

Successful search of lead groups.

Last updated