Retrieves all condition types for the brokerage.
GET
/condition-types
curl \
--request GET 'http://api.example.com/condition-types' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{}
]