Settings Stages
Last updated
Was this helpful?
Was this helpful?
GET /v2/settings/stages HTTP/1.1
Host: openapi.paintscout.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"totalRows": 1,
"rows": [
{
"id": "sales-pipeline-stage-1",
"name": "Sales Pipeline - First Stage"
}
]
}