I created a sandbox account to create an integration from my companies system to send data to our hubspot account. I also created a private app to get a token.
However I have not been able to send a request to the sandbox, as it talks to the production endpoint.
Is there a sandbox api endpoint? I know of:
api.hubapi.com
What is the proper way for me to test integrating with our companies hutspot account?
Thank you, I did get the integration API to work. I wasn't switching into the sandbox mode so the private app was going to prod. These calls are working now, thank you for the response.
Hey, @SLotti👋 Can you clarify if you are using a Standard Sandbox (requires an Enterprise subscription) or a Developer Test Account? “Sandbox” is sometimes used differently by customers. I'll assume you meant Standard Sandbox and make a quick example:
In my production portal I have a Sandbox already set up (I didn't sync any data so it's essentially empty)
I'll go to Sandbox and create a new Private app (you can give it a unique name and verify it is not populated in your production portal)
Used the Contacts API to create a test contact
POST https://api.hubapi.com/crm/v3/objects/contacts
Verified it only populated the new contact in my Standard Sandbox SB Production
If you are developing an app or integration, I'd recommend using an App Developer Account and testing with a Developer Test Account versus using a Standard Sandbox. You can create a Private App and test using dummy data. And then once you are set up, you can try swapping out the Private App key for your sandbox or production accounts to see how it works there.
Best,
Jaycee
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
Did you know that the Community is available in other languages? Join regional conversations by changing your language settings !
Thank you, I did get the integration API to work. I wasn't switching into the sandbox mode so the private app was going to prod. These calls are working now, thank you for the response.