Using the create clip API

Okay - I’ve found the initial issue in regards to the error. The endpoint for clips accepts both POST and GET. I was accidentally using GET and needed to add the post.

curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST"); 

This has resolved the issue. That being said, I’m still trying to figure out how to get the broadcaster_id for channels.