Skip to main content
PATCH
Patch Prospect Enrollment
Updates any mutable field — webhook_id, enrollment_key, event_types, or the entity ID list. Re-pointing a paused enrollment to an active webhook reactivates it without re-enrolling entities.

Authorizations

api_key
string
header
required

Path Parameters

enrollment_id
string
required

Body

application/json
request_context
null
enrollment_key
string
Minimum string length: 4
webhook_id
string
event_types
enum<string>[]
Required array length: 1 - 1000 elements

An enumeration.

Available options:
award,
closing_office,
company_award,
cost_cutting,
decrease_in_all_departments,
decrease_in_customer_service_department,
decrease_in_engineering_department,
decrease_in_marketing_department,
decrease_in_operations_department,
decrease_in_sales_department,
executive_joined_company,
funding_round,
hiring_in_creative_department,
hiring_in_education_department,
hiring_in_engineering_department,
hiring_in_finance_department,
hiring_in_health_department,
hiring_in_human_resources_department,
hiring_in_legal_department,
hiring_in_marketing_department,
hiring_in_operations_department,
hiring_in_professional_service_department,
hiring_in_sales_department,
hiring_in_support_department,
hiring_in_trade_department,
hiring_in_unknown_department,
increase_in_all_departments,
increase_in_customer_service_department,
increase_in_engineering_department,
increase_in_marketing_department,
increase_in_operations_department,
increase_in_sales_department,
ipo_announcement,
lawsuits_and_legal_issues,
merger_and_acquisitions,
new_funding_round,
new_investment,
new_office,
new_partnership,
new_product,
outages_and_security_breaches,
prospect_changed_company,
prospect_changed_role,
prospect_job_start_anniversary
prospect_ids
string[]
Required array length: 1 - 1000 elements
Pattern: ^[a-f0-9]{40}$

Response

Successful Response

This is base response model for all responses in partner service.

enrollment_key
string
required
Minimum string length: 4
enrollment_id
string
required
webhook_id
string
required
status
enum<string>
required

An enumeration.

Available options:
active,
paused
response_context
V2ResponseContext · object
required