Hi all,
I've set up a webhook on my organisation's feature service. I am not the owner but I am an administrator. Webhook works fine but when I try to extract changes using the REST API I get:
{"error":{"code":403,"message":"You do not have permissions to access this resource or perform this operation.","messageCode":"GWM_0003","details":["You do not have permissions to access this resource or perform this operation."]}}
I can't find anything about what permissions I require and how I can go about getting them. I am using an access_token for this feature service. In a similar process for a feature service I am the owner of the process works fine, so how can I adjust the permissions requirements?