I’m working on the development of twitch extension.
Our backend uses the following endpoint which seems to have changed as the previous version was once approved by twitch review team: https://api.twitch.tv/extensions/{TWITCH_EXTENSION_CLIENT_ID}/configurations/segments/broadcaster?channel_id={channel_id}
and when I’m sending GET request all I receive is
{'error': 'Not Found', 'status': 404, 'message': 'This API does not exist'}
I went through the documentation but couldn’t find this endpoint or any other that would substitute it’s functionality.
I might be missing something here but unfortunately I’m unable to contact the previous developer.
Can I get any directions on this one?
Thanks
P.S. I’m pretty sure we are using JWT Authorization right because we are sending PUT request and that functionality works at: https://api.twitch.tv/extensions/{TWITCH_EXTENSION_CLIENT_ID}/configurations
Thanks for your response. I’m trying to GET the config segment.
I found that reference Reference | Twitch Developers, but unfortunately I was not able to render the equivalent URL for this: https://api.twitch.tv/extensions/{TWITCH_EXTENSION_CLIENT_ID}/configurations/segments/broadcaster?channel_id={channel_id}
as there doesn’t seem to be broadcaster segment with channel_id property in documentation. Am I missing something here?
Then this would indicate that no config is set in the global segment (or the broadcaster segment for the requested channel) for the specified Extension