ZoomInfo - How do I link my account?
Overview
To authenticate with ZoomInfo, you need two key pieces of information:
- Client ID - A unique identifier for your application on ZoomInfo.
- Private Key - A secret key that is used to generate a JWT.
This guide will walk you through finding or creating those credentials within ZoomInfo.
Prerequisites:
- You must have an account with ZoomInfo with administrator access.
Step 1: Finding Your Client ID and Private Key
- Log into your admin ZoomInfo account and navigate to
Admin Portal
>API
and clickGenerate New Key
. This will provide you with aClient ID
and aPrivate Key
.
Step 2: Connect Your ZoomInfo Account
To authenticate using your API credentials, navigate to the ZoomInfo authentication form. Enter your credentials as follows:
- Client ID: Your ZoomInfo Client ID
- Client Secret: Your ZoomInfo Private Key Click “Connect” to complete the authentication.
Note: Make sure to match the credentials exactly as shown above - the field names in the form may differ from your ZoomInfo dashboard.
Was this page helpful?