Skip to main content
GET
/
pipeline
/
vacancies
/
stages
Get job pipeline stages
curl --request GET \
  --url https://api.gospott.com/pipeline/vacancies/stages \
  --header 'x-api-key: <api-key>'
{
  "stages": [
    {
      "id": "<string>",
      "name": "<string>",
      "order": 123,
      "colorHex": "<string>",
      "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 job pipeline stages.

stages
object[]
required

Array of job pipeline stages ordered by position