What Teamopipe API endpoints are available

May 20, 2026

Teamopipe's API provides endpoints for reading and writing all your data: deals, contacts, pipelines, tasks, and more.

Deals endpoints

GET /deals - retrieve all deals | POST /deals - create a deal | PUT /deals/{id} - update a deal | DELETE /deals/{id} - delete a deal

Contacts endpoints

GET /contacts - retrieve all contacts | POST /contacts - create a contact | PUT /contacts/{id} - update a contact | DELETE /contacts/{id} - delete a contact

Pipelines endpoints

GET /pipelines - retrieve all pipelines | GET /pipelines/{id} - get a specific pipeline

Tasks endpoints

GET /tasks - retrieve all tasks | POST /tasks - create a task | PUT /tasks/{id} - update a task | DELETE /tasks/{id} - delete a task

See how to get your API key if you haven't done so yet.

Related articles

What Teamopipe API endpoints are available — Teamopipe Help