Description
Update an existing enrollment.How It Works
How It Works
- Input: Define parameters including enrollment_key and enrollment_id to update, and updated business_ids, and event_types.
- Processing: The system will update your your enrollment and update the monitoring for events.
- Output: A confirmation response containing your enrollment_key and enrollment_id for future reference.
Query Parameters
Query Parameters
Field | Type | Description |
---|---|---|
enrollment_key | String | A unique identifier for this enrollment |
enrollment_id | String | A unique identifier for this enrollment |
business_ids | Array | List of Business IDs to monitor for events |
event_types | Array | Types of events to monitor (e.g., ipo_announcement, new_funding_round) |
Example Request (cURL)
Example Request (cURL)
Bash
Example Response
Example Response
JSON
Authorizations
Body
application/json