APIs & Integrations

ss_integration
Membre

API calls are not logged in the monitoring console in the developer portal

I can see the webhook API calls are logged in the monitoring log but when I using the HubSpot API calls to created the contacts, I am not able to see the API logging.

Please let me know how I can view the API calls logging.

0 Votes
1 Réponse
Dadams
HubSpot Employee
HubSpot Employee

API calls are not logged in the monitoring console in the developer portal

@Anil_Koppisetti are you using OAuth to make those API calls? Currently call logging only logs calls made through OAuth, so you’d need to authenticate a portal using the client ID for the app that you’re looking at the call logging for, and then use the access_token you get from that authentication to make the API calls.

Initiating an OAuth Integration | OAuth

GET /auth/authenticate - The following steps walk you through initiating an OAuth handshake on behalf of a user of your integration.

0 Votes