962 B
962 B
API Contract
Base path: /api/v1
Accounts
POST /accountsGET /accountsGET /accounts/{id}PATCH /accounts/{id}DELETE /accounts/{id}(soft delete)
Contacts
POST /contactsGET /contactsGET /contacts/{id}PATCH /contacts/{id}DELETE /contacts/{id}(soft delete)
Pipelines/Stages
POST /pipelinesGET /pipelinesPOST /pipelines/{id}/stagesGET /pipelines/{id}/stages
Deals
POST /dealsGET /deals?status=open|won|lost&stageId=&accountId=GET /deals/{id}PATCH /deals/{id}POST /deals/{id}/move-stagePOST /deals/{id}/close
Activities
POST /activitiesGET /activities?status=open|done&dealId=&assignedUserId=POST /activities/{id}/completeDELETE /activities/{id}(cancel)
Notes
POST /notesGET /notes?entityType=&entityId=
Tags
POST /tagsGET /tagsPOST /tags/assignPOST /tags/unassign
Health
GET /health