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