Skip to main content
GET
Get a full opportunity record by UUID.

Authorizations

x-api-key
string
header
required

Path Parameters

opportunity_uuid
string
required

Response

200 - application/json

Single-opportunity response (GET /v1/opportunities/{uuid}).

Extends OpportunityResponse with the tenant's custom-field schema, which is only computed once per response here — list responses instead carry it once at the top level (OpportunityListResponse.custom_field_mapping) rather than repeating it on every item.

uuid
string
required
associations
OpportunityAssociation · object[] | null
children_metadata
OpportunityMetadata · object | null
company_last_activity_date
string | null
created_at
number | null
created_by
RelatedPerson · object | null
custom_field_mapping
CustomFieldMapping · object | null
custom_fields
Custom Fields · object[] | null
days_in_stage
integer | null
details
string | null
intro_date
string | null
intro_person
RelatedPerson · object | null
last_activity_date
string | null
name
string | null
next_step
string | null
notes_and_files_count
integer | null
owner
RelatedPerson · object | null
parent_name
string | null
parent_uuid
string | null
person_last_activity_date
string | null
probability
integer | null
search_string
string | null
source_date
string | null
stage
OpportunityStageOnRecord · object | null
type
OpportunityTypeOnRecord · object | null
updated_at
number | null
updated_by
RelatedPerson · object | null
value
integer | null
weighted_value
integer | null