Using the deal guid in the request path, the method requests a client contact.
GET
/deals/{dealId}/client-contacts
curl \
--request GET 'http://api.example.com/deals/{dealId}/client-contacts' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{}
]
Response examples (404)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}