Skip to main content
GET
/
opportunities
/
pipelines
Get Pipelines
curl --request GET \
  --url https://services.leadconnectorhq.com/opportunities/pipelines \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "pipelines": [
    {
      "id": "aWdODOBVOlH1RUFKWQke",
      "name": "new pipeline",
      "stages": [
        "<array>"
      ],
      "showInFunnel": false,
      "showInPieChart": true,
      "locationId": "dsjddjkndadqaja"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Query Parameters

locationId
string
required
Example:

"ve9EPM428h8vShlRW1KT"

Response

Successful response

pipelines
object[]
Last modified on March 4, 2026