I am trying to fulfill or cancel a pending redemption, but the API always give a 403 error. My channel is affiliate and I checked that the broadcaster_id value matches my channel broadcaster_id.
Here is the URL generated by Twurple (called with PATCH method):
{
“error”: “Forbidden”,
“status”: 403,
“message”: “The ID in the Client-Id header must match the client ID used to create the custom reward, or the broadcaster doesn’t have partner or affiliate status.”
}
Thanks for your answer Barry.
But, I am the creator of the reward.
Do you mean that if I manually create a reward in the dashboard, I cannot use it in the API?
OK thank you, I understand better. As I guess that I cannot use the dashboard clientID in my custom application, I think I will have to create the reward with the API.