OAUTH

I have used CRM APIs through Postman before, with OAuth Authentication. All of these were provided.

grant_type
client_id
client_secret
redirect_uri
refresh_token

I have read the documentations for HubSpot already. Getting started with HubSpot APIs, how do I get the above? Do I need to contact an super admin?

Thanks

Hey @HubSpot2023,

The information you require is housed within a special type of HubSpot account called a “Developer Portal”. From here developers can registered applications and recieve the necessary credentials so that they can be installed and configured using OAuth2.0. If you don’t have access to this you’ll need to reach out to a team member who has. From the “Developer Portal” they should see an app listed (providing they have created one" (see screenshot below):

If they click into the app they’ll be able to view all of the credentials you require. See below:

Also worth noting another method of authenticating with the HubSpot APIs is to create a private app directly within your portal and pass the access token provided as a header in your requests. Depending on what you are trying to do it might suffice. More information here.

Hope this helps!