Using the deal guid in the request path, the method requests the associated conditions.
GET
/deals/{dealId}/conditions
curl \
--request GET 'http://api.example.com/deals/{dealId}/conditions' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{}
]