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
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