GET
/applications/{opportunityId}/contactsGet Contacts
Retrieve all contacts (beneficial owners) associated with a specific application.
Returns a list of Contact records including principals, control owners, authorized signers, and beneficial owners with their personal information, ownership percentages, and roles.
Backend path: /services/data/v54.0/sobjects/Opportunity/{opportunityId}/Account/Contacts.
Path Parameters
Required1 field
opportunityIdstringThe Salesforce ID (SFId) of the Opportunity record
Other1 field
stringResponses
200
List of contacts
List of contacts
Example response
{}
Code samples
Copy-paste ready code in your preferred language.
API call
Copy/paste friendly
curl -X GET "https://test.salesforce.com/applications/YOUR_OPPORTUNITY_ID/contacts"