APIs & Integrations

AnuragBisht
Member

Help with using Feedback CRM API and Quotes CRM API

SOLVE

Hi community,

I am currently using Hubspot integration to extract data using Hubspot CRM API endpoints.

I am facing an issue with 2 APIs:

 

1. Feedback submission, I get the following error:

 

message: “This app hasn’t been granted all required scopes to make this call. Read more about required scopes here: https://developers.hubspot.com/scopes 
category: “MISSING_SCOPES”


Developer guide doesn’t specify any scope and mentions that API is still in beta and subject to change

 

2. For Quotes, I get following error:

category: “MISSING_SCOPES”
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.


The scope is mentioned as None in doc.
https://developers.hubspot.com/docs/api/crm/quotes 

 

Has anyone extracted data using these endpoints using Oauth2?

Any help would be appreciated in the right direction.

 

Cheers

Anurag

0 Upvotes
1 Accepted solution
Jaycee_Lewis
Solution
Community Manager
Community Manager

Help with using Feedback CRM API and Quotes CRM API

SOLVE

@CCrompton have you checked out the updated documentation here — Quotes

OAuth access has been updated to the beta for the Quote endpoints:

The new features currently in beta include:
...
* OAuth access and the new scopes listed below

CleanShot 2022-07-27 at 15.59.35.png

Have fun coding! — Jaycee

 

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

View solution in original post

0 Upvotes
5 Replies 5
nv114
Member

Help with using Feedback CRM API and Quotes CRM API

SOLVE

It's been a while since your post, but I wanted to offer some insight. Regarding the feedback submission issue, it sounds like there might be some missing scopes specified. I’d recommend double-checking the developer guide or reaching out to support for clarification. As for the quotes API, it seems like the required scope isn’t publicly available, which can be frustrating. Have you considered exploring alternatives like Sugar customer relationship management needs? It might offer more flexibility in API usage.

0 Upvotes
webdew
Guide | Diamond Partner
Guide | Diamond Partner

Help with using Feedback CRM API and Quotes CRM API

SOLVE

Hi @AnuragBisht ,

Have you used these link ?
https://developers.hubspot.com/docs/api/crm/feedback-submissions
https://developers.hubspot.com/docs/api/crm/quotes

Hope this helps!


If we were able to answer your query, kindly help the community by marking it as a solution.

Thanks and Regards.

dennisedson
HubSpot Product Team
HubSpot Product Team

Help with using Feedback CRM API and Quotes CRM API

SOLVE

Taking a look at that error, looks like this scope is needed for feedback submissions:  crm.objects.feedback_submissions.read

The quotes endpoints can only be used with a HAPI key at this time although OAuth support is coming

0 Upvotes
CCrompton
Participant

Help with using Feedback CRM API and Quotes CRM API

SOLVE

Has there been any progress on the Quotes API endpoint supporting OAuth?

0 Upvotes
Jaycee_Lewis
Solution
Community Manager
Community Manager

Help with using Feedback CRM API and Quotes CRM API

SOLVE

@CCrompton have you checked out the updated documentation here — Quotes

OAuth access has been updated to the beta for the Quote endpoints:

The new features currently in beta include:
...
* OAuth access and the new scopes listed below

CleanShot 2022-07-27 at 15.59.35.png

Have fun coding! — Jaycee

 

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 Upvotes