Before making any API calls, you’ll need to generate an API key and exchange it for an access token. Here’s how:
Log into the Partner Dashboard.
Go to Team Preferences → API Keys.
Click Generate API Key.
Give it a descriptive name (e.g. “Quoting Tool - Production”).
Copy and store the key somewhere safe. This key authenticates your API requests and should be kept secure.
Treat this key like a password. Do not expose it in client-side code or share it publicly.
If a key is no longer needed or may be compromised:
Go to API Keys in the dashboard.
Click Revoke next to the key you want to disable.
Confirm the action.
Important: Revoking a key is permanent. Make sure your application is updated with a new key before revoking the old one.
To update the name of an existing key:
Click Edit Key Name next to the key.
Enter a new name and save.
Renaming helps you keep keys organized by usage or environment.
Last updated 7 months ago
Was this helpful?