I have a contactlistId and expecting all leads exists in that contactlist to appear on the postman response. As part of this requirement, first i have added the lead scopes (read& write) to the REQUIRED_SCOPE in hubspot app(Oauth) as below. From config point of time, everything looks fine. But when i tried to fetch the leads from postman, I am getting below 403 error even after configuration. Could you please help me on how to resolve this issue?
const body = { propertiesWithHistory: ["string"], inputs: [ { "id": "19625561285" }, // ... ADD MORE IDS HERE FROM THE RESPONSE OF THE PREVIOUS REQUEST ], properties: ["firstName", "email", "lastName"] // ADD PROPERTIES HERE };
const body = {propertiesWithHistory: ["string"], inputs: [ { "id": "19625561285" }, // ... ADD MORE IDS HERE FROM THE RESPONSE OF THE PREVIOUS REQUEST ], properties: ["firstName", "email", "lastName"] // ADD PROPERTIES HERE };
V3 API : Issue with scopes(403) even after configuration
SOLVE
Hey, @AddaxLab👋 It looks like one of later replies got hung up in the spam filter. I moved it back out. I appreciate your help in this thread 🙌 — Jaycee
Did you know that the Community is available in other languages? Join regional conversations by changing your language settings !
If the app was previously installed with different scopes, changing the scope after installation will not modify the scope of the existing token. Our developers team suggests trying to reinstall the app and see if that resolves the issue.
V3 API : Issue with scopes(403) even after configuration
SOLVE
@AddaxLab Thanks for your reply. I will forward this to my teammate. Currently hubspot app has lot of configurations like webhook configs. Bit concerned of its backup if it needs a reinstall.
const body = { propertiesWithHistory: ["string"], inputs: [ { "id": "19625561285" }, // ... ADD MORE IDS HERE FROM THE RESPONSE OF THE PREVIOUS REQUEST ], properties: ["firstName", "email", "lastName"] // ADD PROPERTIES HERE };