client_credentials is not a valid token type to call subscriptions with*
You need a user access token
a client_credentials doesn’t represent a user so it doesn’t have authority to read subscribers
*unless it’s an extension clientID with sub capabilities enabled.