Get a full opportunity record by UUID.
Opportunity
Get an opportunity
Returns the complete opportunity including stage, type, owner, intro person, associated persons and companies, custom fields, days in current stage, notes/files count, and activity dates. Returns 404 if the opportunity is not visible in the tenant’s ring.
GET
Get a full opportunity record by UUID.
Authorizations
Path Parameters
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.