Skip to main content
GET
/
pipeline
/
opportunities
/
stages
Get opportunity pipeline stages
curl --request GET \
  --url https://api.gospott.com/pipeline/opportunities/stages \
  --header 'x-api-key: <api-key>'
{
  "stages": [
    {
      "id": "<string>",
      "name": "<string>",
      "order": 123,
      "forecastedCloseRate": 123,
      "isOpen": true
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Response

Successfully retrieved the list of opportunity pipeline stages.

stages
object[]
required

List of opportunity pipeline stages ordered by position