Connecting Hubspot application to active CRM system

I’m having trouble figuring out how to link my Hubspot app to my live CRM. I’ve done all the steps in the API docs and got it working with a test hub using PHP and cURL. But now I’m stuck. Where can I find the Client ID and Client Secret for my real Hubspot account? Or is there another way to connect my live website to the app I made? I’ve looked everywhere in the settings but can’t seem to find the right info. Has anyone done this before and can point me in the right direction? I’m worried I might be overlooking something obvious. Any help would be really appreciated!

I’ve been through this process before, and it can be a bit tricky. For your live Hubspot account, you’ll need to create a private app in the developer portal. Go to Settings > Integrations > Private Apps, then click ‘Create a private app’. Give it a name, set the scopes you need, and you’ll get the Client ID and Client Secret there. Make sure you’re using the correct base URL for API calls (https://api.hubapi.com) and not the test one. Also, double-check that your OAuth implementation is correct for the live environment. If you’re still stuck, Hubspot’s developer support forum is quite helpful for specific API integration issues.

hey emma, i hit that issue too. check ur dev settngs - theres an oauth secton for client id/secret. also, ensure u use proper scopes and redirect uri. if its still a mess, hubspot support should help.