Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.recotap.com/llms.txt

Use this file to discover all available pages before exploring further.

GET /deal-stages Returns all pipelines and their stages stored in Recotap for your team. Returns the full catalog in a single response with no pagination.
curl "http://eapi.recotap.com/api/v1/crm/deal-stages" \
  -H "X-Api-Key: your-api-key-here"
Response data
[
  {
    "pipelineId": "smb-pipeline",
    "pipelineLabel": "SMB Sales",
    "stages": [
      { "stageId": "s1", "stageLabel": "Prospecting" },
      { "stageId": "s2", "stageLabel": "Proposal Sent" },
      { "stageId": "s3", "stageLabel": "Closed Won" },
      { "stageId": "s4", "stageLabel": "Closed Lost" }
    ]
  }
]
FieldDescription
pipelineIdYour CRM’s pipeline ID as pushed via Push Deal Stages
pipelineLabelDisplay name of the pipeline
stagesAll stages for this pipeline in the order they were pushed