Hi Team,
I am trying to retrieve get subscription through postman using below API call
https://api.hubapi.com/webhooks/v3{appId}/subscriptions. But getting below mentioned error. I have provided these scopes -crm.schemas.subscriptions.read, crm.objects.subscriptions.read.
Could you please help me on this.
{
“status”: “error”,
“message”: “The scope needed for this API call isn’t available for public use. If you have questions, contact support or post in our developer forum.”,
“correlationId”: “629198a3-94f9-4dd7-bc58-b4210086c5d0”,
“links”: {
“support”: “https://help.hubspot.com”,
“forum”: “https://community.hubspot.com/t5/APIs-Integrations/bd-p/integrations”
},
“category”: “MISSING_SCOPES”
}
Thanks
Hi @ShubhangiPawar, I hope that you are well!
Thanks for reaching out to us!
I’d love to put you in touch with some of our Top Experts:
Hi @zach_threadint and @Bortami do you have suggestions to help @ShubhangiPawar, please?
Also, I would recommend connecting with HubSpot Technical Support, as Support is included in your subscription and they will be able to provide real-time assistance for this matter, including hopping on a screenshare if necessary.
Thanks so much and have a great day!
Best,
Bérangère
Hi @ShubhangiPawar 
The endpoint you’ve attempted to call is restricted to webhook subscriptions managed within HubSpot “Public Apps”. The only valid authentication method for this endpoint is listed as “Developer account API key” (see ‘Read event subscriptions’ > ‘Auth Methods’ section in this HubSpot API doc). If you haven’t already, you can create a HubSpot Developer Account here. Best I can tell, there’s no similar API resource currently available for HubSpot Private Apps (but I could be wrong
).
I hope this proves helpful. Please let me know if you have any follow-up questions.