Skip to main content
GET
/
pipelines
List deal pipelines
curl --request GET \
  --url https://api.heffl.com/api/v1/pipelines \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "id": 123,
      "name": "<string>",
      "stages": [
        {
          "id": 123,
          "name": "<string>",
          "position": 123,
          "probability": 123
        }
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at app.heffl.com/settings/developers

Response

200 - application/json

OK

items
object[]
required