How to locate the client_id for Hubspot API access?

Need help finding client_id for Hubspot API

I’m working on a project that needs to fetch data from Hubspot using their API. I’ve got a demo account, but I’m stuck trying to get the right response. The API docs say I need to include a client_id in my request parameters.

They mentioned it should be in the app dashboard, but I can’t seem to find it. Has anyone used Hubspot API before? Where exactly is this client_id located? Or is there another way to get the token parameters?

I’ve been searching for a while and I’m pretty lost. Any tips or step-by-step guidance would be super helpful. Thanks in advance for any help!

yo, been there! client_id’s hiding in the developer portal. go to developers.hubspot.com, log in, hit ‘manage apps’. pick ur app n look for ‘auth’ tab. should see client_id there. if u dont have an app yet, gotta make one first. careful not to share that id anywhere public tho. good luck with the api stuff!

As someone who’s worked extensively with Hubspot’s API, I can share my experience. The client_id isn’t available on the standard Hubspot interface—it’s located in the developer portal. I found that logging in at developers.hubspot.com and navigating to the Manage Apps section helped me locate it. Once I selected my application, I checked the Auth or Credentials section where the client_id and client secret are listed. Always remember to handle these credentials with care and verify that you have the correct API scopes enabled for your requests. I hope this insight helps with your integration.

I’ve encountered this issue before. The client_id is actually found in the Developer account, not the regular Hubspot account. Log into your Hubspot developer portal, navigate to ‘Manage Apps’, and select your app. The client_id should be listed under the app’s credentials. If you haven’t created an app yet, you’ll need to do that first. Remember to keep the client_id secure and never share it publicly. Hope this helps you move forward with your API integration.

hey there! i’ve used hubspot api before. the client_id can be tricky to find. try going to your hubspot account settings, then look for a section called ‘integrations’ or ‘api’. should be there somewhere. if not, maybe contact hubspot support? they’re usually pretty helpful. good luck with ur project!