Get Custom Rewards doesn't say which Rewards were created by the calling ClientID
There should be a field to indicate the owner "clientID" or a "mine: true/false" to represent if the rewards returned by "Get Custom Rewards" belong to the calling clientID or not.
OR
add an optional query string parameter
| name | required | type | description
| -------------------------------------------------------
| mine | no | boolean | if true only return rewards created by this developer/ClientID

only_manageable_rewards field was added to GET Custom Rewards endpoint. When set to true, only returns custom rewards that the calling client_id can manage. Defaults false.
https://dev.twitch.tv/docs/api/reference#get-custom-reward
-
gnipgnop commented
A new query param, "only_manageable_rewards", was added to the "Get Custom Rewards" endpoint. When set to true, the endpoint will only return custom rewards that the calling client_id can manage.
-
aezo11 commented
Thanks for the suggestion! We'll review this with our other backlog items & try to add this.