Update an existing opportunity for a household. To move stages, set pipeline_stage_id. The stage must belong to the opportunity pipeline; PATCH does not accept pipeline_id. There is no cross-pipeline move endpoint; create a new opportunity in the target pipeline.
Documentation Index
Fetch the complete documentation index at: https://docs.slant.app/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 Bearer Token from Clerk authentication
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Name of the opportunity
"Updated opportunity"
The monetary value of the opportunity in whole dollars, not cents
750000
The probability of closing (0-100)
80
Expected close date
The pipeline stage ID. Must belong to the opportunity pipeline.
The assigned user ID from the relevant book users list. Prefer this over owner_id.
Alias for assigned_to_id
The household ID
Custom field values as key-value pairs
opportunity updated
The opportunity ID
"abc123xyz"
The name of the opportunity
"New Investment Opportunity"
The book ID
"book123xyz"
The user assigned to this opportunity. Set this with assigned_to_id on create or update.
The monetary value of the opportunity in dollars
5000
The probability of closing (0-100)
75
Expected close date
When the opportunity last moved stages. Useful for stage aging and pipeline reporting.
The household ID (null for unassociated opportunities)
"household123xyz"
Custom field values as key-value pairs
{ "lead_source": "Referral" }When the opportunity was created
When the opportunity was last updated