Hello !
I’m trying to use this route https://dev.twitch.tv/docs/api/reference#get-broadcaster-subscriptions
.
I don’t have any problem when I’m calling with
curl -X GET 'https://api.twitch.tv/helix/subscriptions?broadcaster_id=*channel_id*&first=20' \
But when I try to add the parameter after with a value 0 or more I’m getting an Internal Server Error
Is it because the user have a total value of subscriber = 0 ?