Skip to main content
GET
/
zapier
/
zap-list-pipeline-stages
Zapier: List Pipeline Stages
curl --request GET \
  --url https://api.stardex.ai/zapier/zap-list-pipeline-stages \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "label": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.stardex.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Response

Pipeline stages retrieved successfully

id
string
required
label
string
required