APIs & Integrations

BGrauer
Participant

Adding a new Customer Object cannot be done on live instance

SOLVE

I did some prototyping for HubSpot on a test instance and added Custom Objects through the https://developers.hubspot.com/docs/api/crm/crm-custom-objects. Now I resolved all the issues there and wanted to execute this on our Live instance of HubSpot.

 

Unfortunately I get an error as the scope is not defined or is not public. Is there anything I can do to get this running?

 

HTTP 403

{
  "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": "8-------------------------d",
  "links": {
    "support": "https://help.hubspot.com/",
    "forum": "https://community.hubspot.com/t5/APIs-Integrations/bd-p/integrations"
  },
  "category": "MISSING_SCOPES"
}

 

 

0 Upvotes
1 Accepted solution
A_Wessolly
Solution
Contributor

Adding a new Customer Object cannot be done on live instance

SOLVE

Hi @BGrauer,

 

are you maybe using the https://api.hubapi.com/crm/v3/schemas endpoint and oauth token?

Then you 
should try to use HubSpot API key. Be careful with this API key - it provides full access to your entire portal!

Any Enterprise account can create, read, and update custom objects using API key authentication.


In the HubSpot Developer Slack, a user also wrote that you should still set the following scopes: crm.schemas.custom.read, crm.objects.custom.read, crm.objects.custom.write

 

In the Marketplace there is the App "Easy Custom Objects
Create and modify existing custom objects inside your HubSpot portal", which may also help you.

 

Hope this helps getting the Custom Objects created.

 

 

View solution in original post

0 Upvotes
3 Replies 3
A_Wessolly
Solution
Contributor

Adding a new Customer Object cannot be done on live instance

SOLVE

Hi @BGrauer,

 

are you maybe using the https://api.hubapi.com/crm/v3/schemas endpoint and oauth token?

Then you 
should try to use HubSpot API key. Be careful with this API key - it provides full access to your entire portal!

Any Enterprise account can create, read, and update custom objects using API key authentication.


In the HubSpot Developer Slack, a user also wrote that you should still set the following scopes: crm.schemas.custom.read, crm.objects.custom.read, crm.objects.custom.write

 

In the Marketplace there is the App "Easy Custom Objects
Create and modify existing custom objects inside your HubSpot portal", which may also help you.

 

Hope this helps getting the Custom Objects created.

 

 

0 Upvotes
A_Wessolly
Contributor

Adding a new Customer Object cannot be done on live instance

SOLVE

Hi @BGrauer,

 

are you maybe using the https://api.hubapi.com/crm/v3/schemas endpoint and oauth token? Then you
 should try to use HubSpot API key. Be careful with this API key - it provides full access to your entire portal!

Any Enterprise account can create, read, and update custom objects using API key authentication.


In the HubSpot Developer Slack, a user also wrote that you should still set the following scopes: crm.schemas.custom.read, crm.objects.custom.read, crm.objects.custom.write

 

In the Marketplace there is the App "Easy Custom Objects
Create and modify existing custom objects inside your HubSpot portal", which may also help you.

 

Hope this helps getting the Custom Objects created.

 

 

MiaSrebrnjak
Community Manager
Community Manager

Adding a new Customer Object cannot be done on live instance

SOLVE

Hi @BGrauer,

 

Thank you for reaching out to the Community!

 

I'm not familiar with this topic, but I wanted to ask a couple of subject matter experts for their advice: 

hi @A_Wessolly@zaklein@Ismail, do you have any tips for @BGrauer? Thank you!

 

Cheers
Mia, Community Team     


loop Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.
Learn More

0 Upvotes