v1
latestOpenAPI 3.1.02026-07-247601.0 MBDeals
Create 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 Create Deal endpoint to create new deals for an Apollo account.<br><br>To update existing deals in your Apollo account, use the <a href="https://docs.apollo.io/reference/update-deal">Update 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.
post/opportunities
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": 99999999,
"account_id": "55e16cfbf3e5bb66cf0026f3",
"name": "Massive Space Deal",
"opportunity_stage_id": "6095a710bd01d100a506d4bd",
"source": "api",
"created_at": "2024-09-10T19:31:52.436Z",
"forecast_category": "pipeline",
"deal_probability": 10,
"created_by_id": "60affe7d6e270a00f5db6fe4",
"opportunity_pipeline_id": "654b989fcb2a5200010a90db",
"stage_updated_at": "2024-09-10T19:31:52.436+00:00",
"exchange_rate_code": "USD",
"exchange_rate_value": 1,
"amount_in_team_currency": 99999999,
"forecasted_revenue": 9999999.9,
"last_activity_date": "2024-09-10T19:31:52.436Z",
"existence_level": "none",
"currency": {
"name": "US Dollar",
"iso_code": "USD",
"symbol": "$"
}
}
}