What Teamopipe API endpoints are available
An overview of all available Teamopipe API endpoint groups with links to the full documentation.
The Teamopipe API covers all major objects in the product. Full documentation is at api.teamopipe.com/api/v2/docs.
Available endpoint groups
Contacts — create, read, update, delete contacts. Deals — create, read, update, delete deals, move between stages. Organizations — manage company records. Tasks — create and manage follow-up tasks. Pipelines — list pipelines and stages. Dynamic fields — read and set custom field values. Campaigns — manage campaigns. Teams — workspace and member management. API keys — generate and revoke keys.
Authentication
All requests require an API key in the Authorization header: Authorization: Bearer YOUR_API_KEY. Generate a key from Settings → Workspace Settings → API keys (admin only).
Rate limits and errors
Check the API docs for current rate limits. Standard REST error codes apply: 401 (unauthorized — check your key), 404 (record not found), 422 (validation error — check required fields), 429 (rate limited — slow down requests). For persistent issues, email support@teamopipe.com.