I am building out our GDPR compliance before we start storing any user data following this documentation. However, whenever I try and request the report:personal-data
scope via the oauth routes upon connection I don’t ever receive the scope back in the token response; when I try to use the to the token without the scope I receive a 401, missing scopes response.
-
I have configured the personal reporting API in the console
-
I’ve tried checking and unchecking this box
-
I have verified the scope is being requested in the oauth flow.
I’d include screenshots, but I can only upload one at a time
Are there any other steps I should be following to get this scope added to my token or is this functionality just broken?