v1
latestOpenAPI 3.1.02026-07-247601.0 MBUpdate Deal
This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
<a href="https://knowledge.apollo.io/hc/en-us/articles/4415062467725-Deals-Overview" target="_blank">Deals</a> on Apollo help you track sales opportunities.<br><br>Use the Update Deal endpoint to update the details of existing deals within your team's Apollo account.<br><br>To create new deals in your Apollo account, use the <a href="https://docs.apollo.io/reference/create-deal">Create Deal endpoint</a> instead.<br><br>This endpoint requires a master API key. If you call the endpoint without a master key, you receive a 403 response. Check out <a href="https://docs.apollo.io/docs/create-api-key">Create an API Key</a> to learn how to create a master key.
Path parameters
The ID for the deal you want to update. <br><br>Each deal in the Apollo database is assigned a unique ID. To find deal IDs, call the <a href="https://docs.apollo.io/reference/list-all-deals" target="_blank">List All Deals endpoint</a> and identify the value for id for the desired deal. <br><br>Example: 66e09ea8e3cfcf01b2208ec7
Request body
Example request
{
"typed_custom_fields": {
"60c39ed82bd02f01154c470a": "2025-08-07"
}
}Response
200
Example response
{
"opportunity": {
"id": "66e09ea8e3cfcf01b2208ec7",
"team_id": "6095a710bd01d100a506d4ac",
"owner_id": "66302798d03b9601c7934ebf",
"amount": 999999999999,
"closed_date": "2026-10-15T00:00:00.000+00:00",
"account_id": "60afffecbff6de00a4b82be7",
"name": "Ridiculously Massive Space Deal",
"opportunity_stage_id": "66bb94fbc1695c00017fba5f",
"source": "api",
"created_at": "2024-09-10T19:31:52.436Z",
"forecast_category": "pipeline",
"deal_probability": 25,
"created_by_id": "60affe7d6e270a00f5db6fe4",
"stage_updated_at": "2024-09-10T21:31:53.640+00:00",
"exchange_rate_code": "USD",
"exchange_rate_value": 1,
"amount_in_team_currency": 999999999999,
"forecasted_revenue": 249999999999.75,
"last_activity_date": "2024-09-10T21:30:04.809Z",
"existence_level": "full",
"currency": {
"name": "US Dollar",
"iso_code": "USD",
"symbol": "$"
}
}
}