Get a single Opportunity
Returns basic information but not field data on the requested Opportunity.
To access field data on Opportunities, use the /lists/{list_id}/list-entries
or the /v2/lists/{list_id}/saved-views/{view_id}/list-entries GET endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Opportunity ID
1 <= x <= 9007199254740991Response
OK
Opportunity model.
The unique identifier for the opportunity
1 <= x <= 90071992547409911
The name of the opportunity.
"Horizon Technologies Upsell $10k"
The ID of the list that the opportunity belongs to
1 <= x <= 90071992547409911
The name of the list that the opportunity belongs to
"Pipeline Q1 2024"
Whether the opportunity is restricted. false for customers without
the Restricted Opportunities feature enabled.
false
Whether the response is redacted because the requesting user does not
have access to sensitive details of this restricted opportunity. When
true, any embedded field values are omitted. Always false when
isRestricted is false.
false