APIs & Integrations

anandhakumarm
Participant

Hubspot App - Webhooks permission issues

SOLVE

When access webhook related API's, it is showing below error.
https://api.hubapi.com/webhooks/v1/217033/settings?hapikey=<MY API KEY>
I have used correct developer account API key and enabled needed scopes.
Error:

{

"status": "error",
"message": "This hapikey (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) does not have proper permissions! (requires all of [developers-read])",
"correlationId": "a7235ff7-fed6-4563-975e-0cb1a2ea29fd",
"requestId": "9f97d5d0-aa42-4619-855e-7b815f72acb3"

}

0 Upvotes
1 Accepted solution
WendyGoh
Solution
HubSpot Employee
HubSpot Employee

Hubspot App - Webhooks permission issues

SOLVE

Hey @anandhakumarm,

 

Are you getting the HubSpot API key here?

 

getHubSpotAPIKey.png

 

On my end, I attempted to get the webhook settings via the GET webhooks/v1/217033/settings endpoint and I was able to see that it returns a 200 response. 

View solution in original post

1 Reply 1
WendyGoh
Solution
HubSpot Employee
HubSpot Employee

Hubspot App - Webhooks permission issues

SOLVE

Hey @anandhakumarm,

 

Are you getting the HubSpot API key here?

 

getHubSpotAPIKey.png

 

On my end, I attempted to get the webhook settings via the GET webhooks/v1/217033/settings endpoint and I was able to see that it returns a 200 response.