Skip to main content
PATCH
https://api.aisa.one/apis/v1
/
apollo
/
opportunities
/
{opportunity_id}
View or Update Deal
curl --request PATCH \
  --url https://api.aisa.one/apis/v1/apollo/opportunities/{opportunity_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "owner_id": "<string>",
  "name": "<string>",
  "amount": 123,
  "opportunity_stage_id": "<string>",
  "closed_date": "<string>",
  "typed_custom_fields": {}
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

opportunity_id
string
required

Opportunity ID

Body

application/json
owner_id
string

Owner ID

name
string

Opportunity name

amount
number

Amount

opportunity_stage_id
string

Stage ID

closed_date
string

Closed date (date string)

typed_custom_fields
object

Typed custom fields object

Response

Successful response

The response is of type object.