I managed to fetch campaign information from my account but i can't get more detailed data than this:
[goals] => Array
(
[data] => Array
(
[0] => Array
(
[id] => 12345
[type] => goal
)
[1] => Array
(
[id] => 789101112
[type] => goal
)
)
)
Is there a way to access infromation mentioned here https://docs.patreon.com/?php#goal? Do i need a special scope maybe? Atm. i have the campaign scope.
I managed to fetch campaign information from my account but i can't get more detailed data than this:
Is there a way to access infromation mentioned here https://docs.patreon.com/?php#goal? Do i need a special scope maybe? Atm. i have the campaign scope.