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. When isRedacted is true, the real name
is masked and this value is the literal string [Hidden].
"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 this restricted opportunity. The real name is masked as
[Hidden] when true. Always false when isRestricted is false.
false