What is the separator I should use for multiple values for a specific URL parameter. Specifically I would like to specific multiple user_login values for the Get Streams endpoint.
I have tried the following and they don’t seem to work
https://api.twitch.tv/helix/streams?user_login=name1,name2
https://api.twitch.tv/helix/streams?user_login=name1;name2
https://api.twitch.tv/helix/streams?user_login=name1 name2