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>",
"isOpen": true
}
]
}Retrieve a list of all pipeline stages configured for jobs. Each stage represents a step in the hiring workflow (e.g., Applied, Screening, Interview, Offer).
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>",
"isOpen": true
}
]
}