UserInfo without user authorization [HELIX / PHP]

A client credentials token cannot have scopes, since it doesn’t represent a user…

Try this example instead

Did createAppAccessToken actually return a token?

What does makeApiCall look like?

‘Authorization’ => $header,

This seems incorrect