So you used your own account’s ‘creator access token’?
I’m afraid to make mistakes in terms. I only use this token
I have one Patreon account, on which the company is registered where I’m trying to get my patrons.
Then I use the given token in this code.
$response = (new API($accessToken))->fetch_campaigns();
And I get null in response. This is the whole process that I do. Am I missing something or not?
Can you send me the full response that you get through direct message. Also include the response headers.