API access - getting your key and what you can do with it
How to find your Teamopipe API key and understand the main things the API can support.
The Teamopipe API is for users who want to connect Teamopipe with custom systems, reporting tools, internal workflows, or scripts. If you do not write code, Zapier may be a better starting point.
Where to get an API key
- Open Teamopipe in Gmail.
- Go to Settings -> Workspace Settings.
- Open API keys.
- Click Generate key or Create a new API key.
- Copy the key and store it securely.
API key management is admin-only. If you do not see API keys, you may be a workspace member rather than an admin.
How API keys are used
Use the key in the Authorization header of your API requests.
Authorization: Bearer YOUR_API_KEY
Keep the key private. Anyone with the key may be able to access or change Teamopipe data.
API documentation
The API documentation is available at api.teamopipe.com/api/v2/docs. It covers contacts, deals, organizations, tasks, dynamic fields, campaigns, teams, API keys, pipelines, and more.
What you can do with the API
Common use cases include:
- Create deals from website form submissions.
- Sync contacts with an external database.
- Export pipeline data for reporting.
- Create tasks from external events.
- Update organizations from another internal system.
Revoking an API key
Go to Settings -> Workspace Settings -> API keys, find the key, and delete or revoke it. Update any integrations that depended on that key immediately after.
If you run into issues, email support@teamopipe.com - we typically respond within 4 hours on business days.