APIs & Integrations

krissietyrrell
Member

OAuth2 missing customer ID

Trying to set up OAuth2 and have created form:

<meta http-equiv ="Content-Type" content = "application/x-www-form-urlencoded;charset=utf-8"
Grant Type: <input type="text" name= "grant_type"> <br/>
Client ID: <input type ="text" name "client_id"> <br/>
Client Secret: <input type = "text" name "client_secret"> <br/>
Redirect URI: <input type = "text" name "redirect_uri"> <br/>
Code: <input type = "text" name = "code"> <br/>

<input type = "submit" value = "Submit">

After entering appropriate codes, I get the error message: {“error”:“invalid_request”,“error_description”:“missing or unknown client id”}

I’m using the 32-character client ID as listed in my developer dashboard. What am I missing?

Thx.

0 Upvotes
1 Reply 1
Dadams
HubSpot Employee
HubSpot Employee

OAuth2 missing customer ID

Hi @krissietyrrell

You’d normally only see that error if there was a problem with the client ID. Can you double check the client ID and make sure that there aren’t any spaces at the beginning or end of the ID? If the ID is correct and you’re still getting that error, can you message me directly and send me a link to the app that you’re seeing this with?

0 Upvotes